Click or drag to resize
DigitalRunePlaneShape Constructor (Plane)
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(
	Plane plane
)

Parameters

plane
Type: DigitalRune.Geometry.ShapesPlane
The plane from which normal vector and distance from origin are copied.
Exceptions
ExceptionCondition
ArgumentExceptionThe plane normal is not normalized.
See Also