It was proposed as a minor todo in #362 that we add a roatation-supported intersects check, that explicitly states that it is slower than our current AABB check, but will work with rotated bounds.
As part of this change, one of the following needs to happen:
IntersectsWith is renamed to something more appropriate such as IntersectsWithAABB
Or
the new method has a name that indicates it works for rotated bounds.
It was proposed as a minor todo in #362 that we add a roatation-supported intersects check, that explicitly states that it is slower than our current AABB check, but will work with rotated bounds.
As part of this change, one of the following needs to happen:
IntersectsWith
is renamed to something more appropriate such asIntersectsWithAABB
Or