Plane Constructor (Vector3F, Vector3F, Vector3F) |
Namespace: DigitalRune.Geometry.Shapes
This constructor creates a Plane 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.
The result is undefined if the points lie on a line.