| PlaneShape Constructor (Vector3F, Vector3F, Vector3F) |
Initializes a new instance of the
PlaneShape class from three points.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax Exceptions Exception | Condition |
---|
ArgumentException | point0, point1, and point2 do not
form a valid triangle.
|
Remarks
This constructor creates a
PlaneShape from three points in the plane. The
points must be ordered counter-clockwise. The front-face (which points into the empty
half-space) is defined through the counter-clockwise order of the points.
See Also