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