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