Functions | |
| int | planeBoxOverlap (float normal[3], float vert[3], float maxbox[3]) |
| int | triBoxOverlap (float boxcenter[3], float boxhalfsize[3], float triverts[3][3]) |
| int FastAABTriangleTest::planeBoxOverlap | ( | float | normal[3], |
| float | vert[3], | ||
| float | maxbox[3] | ||
| ) |
Definition at line 51 of file FastAABBTriangleTest.h.
| int FastAABTriangleTest::triBoxOverlap | ( | float | boxcenter[3], |
| float | boxhalfsize[3], | ||
| float | triverts[3][3] | ||
| ) |
Definition at line 119 of file FastAABBTriangleTest.h.