Plane | Overloaded. Initializes a new instance of the Plane class. |
Distance | The distance from the origin to this plane (along the normal.) |
Normal | The normal vector of this plane. |
PointInPlane | Returns an arbitrary point on this plane. |
DistanceTo | Returns the distance from the given point to this plane. |
InverseTransformBy | Transform this plane by the inverse of the given matrix and return the result. |
IsOnPlane | Returns true if the given point lies on this plane. |
Normalize | Normalize the plane's normal vector. |
Project | Return the projection of the given point onto this plane. |
TransformBy | Transforms this plane by the given matrix and returns the result. |
Zero | Set all components to zero. |
Plane Structure | mPhysics.Foundation Namespace