| PlaneShape Constructor (Plane) |
Initializes a new instance of the
PlaneShape class.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public PlaneShape(
Plane plane
)
Public Sub New (
plane As Plane
)
public:
PlaneShape(
Plane plane
)
new :
plane : Plane -> PlaneShape
Parameters
- plane
- Type: DigitalRune.Geometry.ShapesPlane
The plane from which normal vector and distance from origin are copied.
Exceptions See Also