Click or drag to resize

Plane(Double, Double, Double, Double) Constructor

Initializes a new instance of the Plane struct.

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