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

Plane.TransformBy Method 

 [This is preliminary documentation and subject to change.]

Transforms this plane by the given matrix and returns the result.

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

See Also

Plane Structure | mPhysics.Foundation Namespace