Click or drag to resize

Point3D Properties

The Point3D type exposes the following members.

Properties
 NameDescription
Public propertyDimensionsEquals 3.
Public propertyItem Gets or sets the coordinate of the axis specified by index.
Public propertyMagnitude Returns the distance between this point and the zero point.
Public propertyMagnitudeSquared Returns the square of distance between this point and the zero point.
Public propertyX The X-coordinate.
Public propertyXY Returns the point's XY coordinates.
Public propertyY The Y-coordinate.
Public propertyZ The Z-coordinate.
Top
See Also