Plane Constructor (Vector3, 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(
Vector3 n,
double d
)
Parameters
- n
- Type: Microsoft.DirectXVector3
The normal defining the Plane. - d
- Type: SystemDouble
Distance of the Plane along its normal from the origin.
See Also