#include "vec3.h"#include "utility.h"Go to the source code of this file.
Data Structures | |
| struct | kmAABB |
Functions | |
| int | kmAABBPointInBox (const kmVec3 *pPoint, const kmAABB *pBox) |
| kmAABB * | kmAABBAssign (kmAABB *pOut, const kmAABB *pIn) |
| kmAABB * | kmAABBScale (kmAABB *pOut, const kmAABB *pIn, kmScalar s) |
1.5.6