|
bool | overlapSlabs (const float *amin, const float *amax, const float *bmin, const float *bmax, const float px, const float py) |
|
static float | getSlabCoord (const float *va, const int side) |
|
static void | calcSlabEndPoints (const float *va, const float *vb, float *bmin, float *bmax, const int side) |
|
int | computeTileHash (int x, int y, const int mask) |
|
unsigned int | allocLink (dtMeshTile *tile) |
|
void | freeLink (dtMeshTile *tile, unsigned int link) |
|
dtNavMesh * | dtAllocNavMesh () |
| Allocates a navigation mesh object using the Detour allocator. More...
|
|
void | dtFreeNavMesh (dtNavMesh *navmesh) |
| Frees the specified navigation mesh object using the Detour allocator. More...
|
|