Click or drag to resize
DigitalRunePlaneShape Constructor (Vector3F, Vector3F)
Initializes a new instance of the PlaneShape class.

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

Parameters

normal
Type: DigitalRune.Mathematics.AlgebraVector3F
The outward pointing normal vector of the plane. Must be normalized.
pointOnPlane
Type: DigitalRune.Mathematics.AlgebraVector3F
A point on the plane.
Exceptions
ExceptionCondition
ArgumentExceptionnormal is not normalized.
See Also