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

Sphere.Contains Method (Vector3)

 [This is preliminary documentation and subject to change.]

Returns true if the given point is contained in this sphere.

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

See Also

Sphere Structure | mPhysics.Foundation Namespace | Sphere.Contains Overload List