SaturnRingLibrary 0.9.1
SGL wrapper
 
Loading...
Searching...
No Matches

◆ Contains()

bool SRL::Math::Types::Sphere::Contains ( const Vector3D & point) const
inlinevirtual

Tests if a point is inside the sphere.

Parameters
pointPoint to test.
Returns
true if the point is inside or on the surface of the sphere.

Implements SRL::Math::Types::Shape.