novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
185 stars 42 forks source link

Add rotated-support version of IntersectsWith to GeoBounds #363

Open RubyNova opened 3 years ago

RubyNova commented 3 years ago

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:

Or