mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 02:49:57 +00:00
giving the collided Axis for context to callback on collisions
This commit is contained in:
@@ -31,6 +31,6 @@ namespace BBM
|
||||
CollisionSystem &operator=(const CollisionSystem &) = delete;
|
||||
|
||||
//! @brief check AABB collision
|
||||
static bool collide(Vector3f minA, Vector3f maxA, Vector3f minB, Vector3f maxB);
|
||||
static bool boxesCollide(Vector3f minA, Vector3f maxA, Vector3f minB, Vector3f maxB);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user