IntersectsAABB
This function performs an intersection test between two AABBs.
Syntax
- bool IntersectsAABB(AABB aabb, number overlap=0)
Parameters
- aabb: the AABB to test intersection with.
- overlap: an additional tolerance value.
Returns
Returns true if the two AABBs intersect, otherwise false is returned.