Plane.D Field (Microsoft.DirectX)
Retrieves or sets the 'D' coefficient of the clipping plane in the general plane equation.
Definition
Visual Basic Public D As Single C# public Single D;
C++ public: Single D;
JScript public var D : Single
Field Value
System.Single
A Singlevalue that represents the 'D' coefficient of the clipping plane in the general plane equation.
This field is read/write.
Remarks
The members of the Plane structure take the form of the general plane equation. They fit into the general plane equation so that
Ax + By + Cz + Dw = 0
.