|
Recast Navigation
1.0.35
|
#include <float.h>#include <cmath>#include <cstring>#include <cstdlib>#include <cstdio>#include <cstdarg>#include "Recast.h"#include "RecastAlloc.h"#include "RecastAssert.h"Macros | |
| #define | _USE_MATH_DEFINES |
Functions | |
| bool | rcBuildCompactHeightfield (rcContext *ctx, const int walkableHeight, const int walkableClimb, rcHeightfield &hf, rcCompactHeightfield &chf) |
| Builds a compact heightfield representing open space, from a heightfield representing solid space. More... | |
| bool | rcBuildDistanceField (rcContext *ctx, rcCompactHeightfield &chf) |
| Builds the distance field for the specified compact heightfield. More... | |
| #define _USE_MATH_DEFINES |