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;
Plane Structure | mPhysics.Foundation Namespace