Plane Constructor (Single, Single, Single, Single) |
Initializes a new instance of the
Plane struct.
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 11.0.0.7658
Syntaxpublic Plane(
float x,
float y,
float z,
float d
)
Parameters
- x
- Type: SystemSingle
X component of the normal defining the Plane. - y
- Type: SystemSingle
Y component of the normal defining the Plane. - z
- Type: SystemSingle
Z component of the normal defining the Plane. - d
- Type: SystemSingle
Distance of the Plane along its normal from the origin.
See Also