Plane Constructor |
Name | Description | |
---|---|---|
Plane(PlaneShape) |
Initializes a new instance of Plane from a PlaneShape.
| |
Plane(Vector3F, Vector3F) |
Initializes a new instance of Plane from normal vector and a point on the
plane.
| |
Plane(Vector3F, Single) |
Initializes a new instance of Plane from normal vector and distance to the
origin.
| |
Plane(Vector3F, Vector3F, Vector3F) |
Initializes a new instance of Plane from three points.
|