|
CoriEngine
|

Go to the source code of this file.
Classes | |
| struct | Cori::Utility::AABB |
| Axis-Aligned bounding box. More... | |
Namespaces | |
| namespace | Cori |
| Global engine namespace. | |
| namespace | Cori::Utility |
| A namespace for utilities of different kinds. | |
Functions | |
| AABB | Cori::Utility::CalculateAABB (const glm::mat3 &transform, const glm::vec2 halfSize) |
| Calculates the AABB for the quad taking into account rotation and scale. | |
| bool | Cori::Utility::AABBOverlapCheck (const AABB &a, const AABB &b) |
| Checks if 2 AABBs overlap. | |