#include "libgm/gm.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.
Functions | |
| bool | aabb_intersects_plane (const gmVector3 &length, const gmVector3 &normal, double d) |
| bool | aabb_intersects_triangle (const gmVector3 ¢er, const gmVector3 &length, const gmVector3 &v0, const gmVector3 &v1, const gmVector3 &v2) |
| bool | aabb_intersects_aabb (const gmVector3 ¢er1, const gmVector3 &length1, const gmVector3 ¢er2, const gmVector3 &length2) |
| double | aabb_distance_to_point (const gmVector3 ¢er, const gmVector3 &length, const gmVector3 &p, gmVector3 *where) |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 25 of file aabb.cpp. Referenced by aabb_intersects_triangle(). |
|
||||||||||||||||||||||||
|
Definition at line 98 of file aabb.cpp. References aabb_intersects_plane(), AXISTEST_X01, AXISTEST_X2, AXISTEST_Y02, AXISTEST_Y1, AXISTEST_Z0, AXISTEST_Z12, dot(), FINDMINMAX, X, Y, and Z. |
1.3.4