Click or drag to resize

Plane Constructor (Vector3, Double)

Initializes a new instance of the Plane struct.

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public 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