Click or drag to resize

PointD3D Properties

The PointD3D type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberEmpty Gets an empty point (0,0,0).
Public propertyIsEmpty Gets a value indicating whether this point is empty (all components are zero).
Public propertyIsNaN Gets a value indicating whether one of the members of this instance is NaN.
Public propertyPointD2DWithoutZ Gets a 2D point with X and Y the same as this point, but without the z-component.
Public propertyVectorLength Gets the vector length of this point.
Public propertyVectorLengthSquared Gets the squared vector length of this point.
Public propertyX Gets the x component of this point.
Public propertyY Gets the y component of this point.
Public propertyZ Gets the z component of this point.
Top
See Also