Pathfinder
Classes | Namespaces | Functions
AABB.h File Reference

This file declares the AABB struct that models an axis aligned bounding box. More...

#include "Polygon.h"
Include dependency graph for AABB.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file declares the AABB struct that models an axis aligned bounding box.

Author
Jan-Luca Hansel