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

Matrix33.Transform Method 

 [This is preliminary documentation and subject to change.]

Transform the given vector by this matrix and return the result.

[Visual Basic]
Public Function Transform( _ 
   ByVal Vector3 As Vector3 _ 
) As Vector3
[C#]
public Vector3 Transform(
   Vector3 Vector3
);
[C++]
public: Vector3 Transform(
   Vector3 Vector3
);
[JScript]
public function Transform(
   Vector3 Vector3
): Vector3;

See Also

Matrix33 Structure | mPhysics.Foundation Namespace