IntersectsPlane
This function performs an intersection test between an AABB and a plane.
Syntax
- int IntersectsPlane(const Plane& plane)
Parameters
- plane: the plane to test intersection with.
Returns
Returns true if the AABB and plane intersect, otherwise false is returned.