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

Sphere.Contains Method (Bounds3)

 [This is preliminary documentation and subject to change.]

Returns true if the given bounds are contained within this sphere.

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

See Also

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