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

Sphere.Contains Method (Sphere)

 [This is preliminary documentation and subject to change.]

Returns true if a sphere is entirely contained within this one.

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

See Also

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