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