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

◆ Intersects()

bool SRL::Math::Types::AABB::Intersects ( const Plane & plane) const
inlineoverridevirtual

Check if the AABB intersects with a plane.

Parameters
planeThe plane to check intersection with.
Returns
True if the AABB intersects with the plane, false otherwise.

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