Plane.C Field (Microsoft.DirectX)

Retrieves or sets the 'C' coefficient of the clipping plane in the general plane equation.

Definition

Visual Basic Public C As SingleLeave Site
C# public SingleLeave Site C;
C++ public: SingleLeave Site C;
JScript public var C : SingleLeave Site

Field Value

System.Single
A SingleLeave Site value that represents the 'C' 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.