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

◆ Contains()

bool SRL::Math::Types::AABB::Contains ( const Vector3D & point) const
inlineoverridevirtual

Check if a point is inside the AABB.

Parameters
pointThe point to check.
Returns
True if the point is inside the AABB, false otherwise.

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