Click or drag to resize
DigitalRunePlane Constructor (Vector3F, Vector3F)
Initializes a new instance of Plane from normal vector and a point on the plane.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Plane(
	Vector3F normal,
	Vector3F pointOnPlane
)

Parameters

normal
Type: DigitalRune.Mathematics.AlgebraVector3F
The normalized, outward pointing normal vector of the plane.
pointOnPlane
Type: DigitalRune.Mathematics.AlgebraVector3F
A point on the plane.
See Also