TrinityCore
|
#include <float.h>
#include <string.h>
#include "DetourNavMeshQuery.h"
#include "DetourNavMesh.h"
#include "DetourNode.h"
#include "DetourCommon.h"
#include "DetourMath.h"
#include "DetourAlloc.h"
#include "DetourAssert.h"
#include <new>
Classes | |
struct | dtSegInterval |
Functions | |
dtNavMeshQuery * | dtAllocNavMeshQuery () |
void | dtFreeNavMeshQuery (dtNavMeshQuery *navmesh) |
static void | insertInterval (dtSegInterval *ints, int &nints, const int maxInts, const short tmin, const short tmax, const dtPolyRef ref) |
Variables | |
static const float | H_SCALE = 2.0f |
|
static |
|
static |