TDME2 1.9.121
|
Collision detection. More...
#include <tdme/engine/physics/CollisionDetection.h>
Static Public Member Functions | |
static bool | doCollideAABBvsAABBFast (BoundingBox *b1, BoundingBox *b2) |
Returns if axis aligned bounding boxes do collide Will not provide hit points. More... | |
|
inlinestatic |
Returns if axis aligned bounding boxes do collide Will not provide hit points.
b1 | axis aligned bounding box 1 |
b2 | axis aligned bounding box 2 |
Definition at line 30 of file CollisionDetection.h.