Click or drag to resize
DigitalRunePlane Constructor (PlaneShape)
Initializes a new instance of Plane from a PlaneShape.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Plane(
	PlaneShape planeShape
)

Parameters

planeShape
Type: DigitalRune.Geometry.ShapesPlaneShape
The PlaneShape from which normal vector and distance from origin are copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionplaneShape is .
See Also