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

Plane.Project Method 

 [This is preliminary documentation and subject to change.]

Return the projection of the given point onto this plane.

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

See Also

Plane Structure | mPhysics.Foundation Namespace