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;
Sphere Structure | mPhysics.Foundation Namespace