Click or drag to resize

Plane Constructor (Double, Double, Double, 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(
	double x,
	double y,
	double z,
	double d
)

Parameters

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