Click or drag to resize

PlaneD3D Properties

The PlaneD3D type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberEmpty Gets an empty plane (all components zero).
Public propertyNormal Gets the normal vector of the plane.
Public propertyNormalized Gets the normalized plane (normal vector length 1).
Public propertyW Gets the distance of the plane to the origin (0,0,0). If the plane's normal vector is not normalized, this is the distance in units of the plane's normal.
Public propertyX Gets the x component of the plane's normal.
Public propertyY Gets the y component of the plane's normal.
Public propertyZ Gets the z component of the plane's normal.
Top
See Also