Click or drag to resize

Plane Constructor (Single, Single, Single, Single)

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(
	float x,
	float y,
	float z,
	float d
)

Parameters

x
Type: SystemSingle
X component of the normal defining the Plane.
y
Type: SystemSingle
Y component of the normal defining the Plane.
z
Type: SystemSingle
Z component of the normal defining the Plane.
d
Type: SystemSingle
Distance of the Plane along its normal from the origin.
See Also