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

Sphere.Intersects Method 

 [This is preliminary documentation and subject to change.]

Returns true if another sphere intersects this sphere.

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

See Also

Sphere Structure | mPhysics.Foundation Namespace