#include "always.h"#include "vector3.h"#include "matrix3.h"#include "matrix3d.h"#include "wwmath.h"#include "castres.h"Go to the source code of this file.
Classes | |
| class | OBBoxClass |
Macros | |
| #define | OBBOX_H |
Functions | |
| bool | Oriented_Boxes_Intersect (const OBBoxClass &box0, const OBBoxClass &box1) |
| bool | Oriented_Boxes_Collide (const OBBoxClass &box0, const Vector3 &v0, const OBBoxClass &box1, const Vector3 &v1, float dt) |
| bool | Oriented_Box_Intersects_Tri (const OBBoxClass &box, const TriClass &tri) |
| bool Oriented_Box_Intersects_Tri | ( | const OBBoxClass & | box, |
| const TriClass & | tri ) |
| bool Oriented_Boxes_Collide | ( | const OBBoxClass & | box0, |
| const Vector3 & | v0, | ||
| const OBBoxClass & | box1, | ||
| const Vector3 & | v1, | ||
| float | dt ) |
| bool Oriented_Boxes_Intersect | ( | const OBBoxClass & | box0, |
| const OBBoxClass & | box1 ) |