Pathfinder
|
This file declares the AABB struct that models an axis aligned bounding box. More...
#include "Polygon.h"
Go to the source code of this file.
Classes | |
struct | Pathfinder::AABB |
This struct models an AABB. More... | |
Namespaces | |
Pathfinder | |
Functions | |
bool | Pathfinder::AABBintersection (const AABB &a, const AABB &b) |
Check if two AABBs intersect. More... | |
This file declares the AABB struct that models an axis aligned bounding box.