Utility class for collision detection between game objects.
Static
Checks if two game objects are colliding and resolves it.
First object.
Second object.
True if the objects were colliding.
Checks if two game objects are colliding.
A manifold if colliding, else null.
Utility class for collision detection between game objects.