IntersectsAABB
This function performs an intersection test between two AABBs.
Syntax
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.