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

Plane.InverseTransformBy Method 

 [This is preliminary documentation and subject to change.]

Transform this plane by the inverse of the given matrix and return the result.

[Visual Basic]
Public Function InverseTransformBy( _ 
   ByRef Matrix34& As Matrix34 _ 
) As Plane
[C#]
public Plane InverseTransformBy(
   ref Matrix34 Matrix34&
);
[C++]
public: Plane InverseTransformBy(
   * Matrix34* Matrix34&
);
[JScript]
public function InverseTransformBy(
   Matrix34 Matrix34&
): Plane;

See Also

Plane Structure | mPhysics.Foundation Namespace