Click or drag to resize
DigitalRunePlaneShape Constructor
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()
Remarks
Creates a plane which lies in the xz-plane and Normal points in y-axis direction.
See Also