Collision Checker
aabb.cc
Go to the documentation of this file.
3 
4 namespace collision {
5 
6 bool AABB::collides(const AABB& other) {
9  return a.collides(b);
10 };
11 } // namespace collision
bool collides(const AABB &other)
Definition: aabb.cc:6
bool collides(const AABB_SAT2D &other)
Definition: aabb_sat2d.h:29