Click or drag to resize

PointD3D Class

3D Point of double values. A .NET equivalent of MediaCy.IQL.ObjectManager.DOUBLEPOINT3D.
Inheritance Hierarchy
SystemObject
  MediaCy.Utilities.SystemExPointD3D

Namespace:  MediaCy.Utilities.SystemEx
Assembly:  MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
Syntax
VB
<SerializableAttribute>
Public Class PointD3D

The PointD3D type exposes the following members.

Constructors
  NameDescription
Public methodPointD3D
Initializes a new instance of the PointD3D class
Public methodPointD3D(DOUBLEPOINT3D)
Initializes a new instance of the PointD3D class
Public methodPointD3D(PointD3D)
Initializes a new instance of the PointD3D class
Public methodPointD3D(Double, Double, Double)
Initializes a new instance of the PointD3D class
Top
Properties
  NameDescription
Public propertyX
Public propertyY
Public propertyZ
Top
Operators
See Also