mPhysics - A .NET Wrapper for Ageia's PhysX SDK

Plane Members

 [This is preliminary documentation and subject to change.]

Plane overview

Public Instance Constructors

PlaneOverloaded. Initializes a new instance of the Plane class.

Public Instance Properties

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.

Public Instance Methods

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.

See Also

Plane Structure | mPhysics.Foundation Namespace