Plane Constructor |
Name | Description | |
---|---|---|
![]() | Plane(Vector3, Single) |
Constructs a plane from a normal vector and the plane's distance to the origin.
|
![]() | Plane(Vector3, Vector3, Vector3) |
Constructs a plane from the three points, given in clockwise order.
|
![]() | Plane(Single, Single, Single, Single) |
Constructs a plane from four values. `a`, `b` and `c` become the
components of the resulting plane's Normal vector.
`d` becomes the plane's distance from the origin.
|