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

Plane.DistanceTo Method 

 [This is preliminary documentation and subject to change.]

Returns the distance from the given point to this plane.

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

See Also

Plane Structure | mPhysics.Foundation Namespace