Click or drag to resize

Plane(Vector3, Double) Constructor

Initializes a new instance of the Plane struct.

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public Plane(
	Vector3 n,
	double d
)

Parameters

n  Vector3
The normal defining the Plane.
d  Double
Distance of the Plane along its normal from the origin.
See Also