Describes and manipulates a plane.
Definition
| Visual Basic | Public Structure Plane |
| C# | public struct Plane |
| C++ | public value class Plane sealed |
| JScript | In JScript, you can use structures, but you cannot define your own. |
Members Table
The following table lists the members exposed by the object.
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.
Structure Information
| Namespace | Microsoft.DirectX |
| Assembly | Microsoft.DirectX (microsoft.directx.dll) |
| Strong Name | Microsoft.DirectX,
Version=1.0.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |
See Also