Plane(Vector3, Double) Constructor |
Initializes a new instance of the
Plane struct.
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic Plane(
Vector3 n,
double d
)
Parameters
- n Vector3
- The normal defining the Plane.
- d Double
- Distance of the Plane along its normal from the origin.
See Also