/ich/Programmieren/KazadeEngine/NeHeKazmath/kazmath/src/aabb.c File Reference
#include "aabb.h"
Go to the source code of this file.
Function Documentation
Assigns pIn to pOut, returns pOut.
Definition at line 41 of file aabb.c.
int kmAABBPointInBox |
( |
const kmVec3 * |
pPoint, |
|
|
const kmAABB * |
pBox | |
|
) |
| | |
Returns KM_TRUE if point is in the specified AABB, returns KM_FALSE otherwise.
Definition at line 32 of file aabb.c.
References KM_FALSE.
Scales pIn by s, stores the resulting AABB in pOut. Returns pOut
Definition at line 50 of file aabb.c.