#include "colmath.h"#include "aaplane.h"#include "plane.h"#include "lineseg.h"#include "tri.h"#include "sphere.h"#include "aabox.h"#include "obbox.h"#include "wwdebug.h"Go to the source code of this file.
Classes | |
| struct | BoxTestStruct |
Enumerations | |
| enum | BoxSideType { BOX_SIDE_NEGATIVE = 0 , BOX_SIDE_POSITIVE = 1 , BOX_SIDE_MIDDLE = 2 } |
Functions | |
| bool | Test_Aligned_Box (BoxTestStruct *test) |
| enum BoxSideType |
| Enumerator | |
|---|---|
| BOX_SIDE_NEGATIVE | |
| BOX_SIDE_POSITIVE | |
| BOX_SIDE_MIDDLE | |
Definition at line 73 of file colmathline.cpp.
|
inline |
Definition at line 379 of file colmathline.cpp.