![]() |
TrinityCore
|
This is the complete list of members for dtNavMesh, including all inherited members.
| addTile(unsigned char *data, int dataSize, int flags, dtTileRef lastRef, dtTileRef *result) | dtNavMesh | |
| baseOffMeshLinks(dtMeshTile *tile) | dtNavMesh | private |
| calcTileLoc(const float *pos, int *tx, int *ty) const | dtNavMesh | |
| closestPointOnPoly(dtPolyRef ref, const float *pos, float *closest, bool *posOverPoly) const | dtNavMesh | private |
| connectExtLinks(dtMeshTile *tile, dtMeshTile *target, int side) | dtNavMesh | private |
| connectExtOffMeshLinks(dtMeshTile *tile, dtMeshTile *target, int side) | dtNavMesh | private |
| connectIntLinks(dtMeshTile *tile) | dtNavMesh | private |
| decodePolyId(dtPolyRef ref, unsigned int &salt, unsigned int &it, unsigned int &ip) const | dtNavMesh | inline |
| decodePolyIdPoly(dtPolyRef ref) const | dtNavMesh | inline |
| decodePolyIdSalt(dtPolyRef ref) const | dtNavMesh | inline |
| decodePolyIdTile(dtPolyRef ref) const | dtNavMesh | inline |
| dtNavMesh() | dtNavMesh | |
| encodePolyId(unsigned int salt, unsigned int it, unsigned int ip) const | dtNavMesh | inline |
| findConnectingPolys(const float *va, const float *vb, const dtMeshTile *tile, int side, dtPolyRef *con, float *conarea, int maxcon) const | dtNavMesh | private |
| findNearestPolyInTile(const dtMeshTile *tile, const float *center, const float *extents, float *nearestPt) const | dtNavMesh | private |
| getMaxTiles() const | dtNavMesh | |
| getNeighbourTilesAt(const int x, const int y, const int side, dtMeshTile **tiles, const int maxTiles) const | dtNavMesh | private |
| getOffMeshConnectionByRef(dtPolyRef ref) const | dtNavMesh | |
| getOffMeshConnectionPolyEndPoints(dtPolyRef prevRef, dtPolyRef polyRef, float *startPos, float *endPos) const | dtNavMesh | |
| getParams() const | dtNavMesh | |
| getPolyArea(dtPolyRef ref, unsigned char *resultArea) const | dtNavMesh | |
| getPolyFlags(dtPolyRef ref, unsigned short *resultFlags) const | dtNavMesh | |
| getPolyRefBase(const dtMeshTile *tile) const | dtNavMesh | |
| getTile(int i) const | dtNavMesh | |
| getTile(int i) | dtNavMesh | private |
| getTileAndPolyByRef(const dtPolyRef ref, const dtMeshTile **tile, const dtPoly **poly) const | dtNavMesh | |
| getTileAndPolyByRefUnsafe(const dtPolyRef ref, const dtMeshTile **tile, const dtPoly **poly) const | dtNavMesh | |
| getTileAt(const int x, const int y, const int layer) const | dtNavMesh | |
| getTileByRef(dtTileRef ref) const | dtNavMesh | |
| getTileRef(const dtMeshTile *tile) const | dtNavMesh | |
| getTileRefAt(int x, int y, int layer) const | dtNavMesh | |
| getTilesAt(const int x, const int y, dtMeshTile const **tiles, const int maxTiles) const | dtNavMesh | |
| getTilesAt(const int x, const int y, dtMeshTile **tiles, const int maxTiles) const | dtNavMesh | private |
| getTileStateSize(const dtMeshTile *tile) const | dtNavMesh | |
| init(const dtNavMeshParams *params) | dtNavMesh | |
| init(unsigned char *data, const int dataSize, const int flags) | dtNavMesh | |
| isValidPolyRef(dtPolyRef ref) const | dtNavMesh | |
| m_maxTiles | dtNavMesh | private |
| m_nextFree | dtNavMesh | private |
| m_orig | dtNavMesh | private |
| m_params | dtNavMesh | private |
| m_polyBits | dtNavMesh | private |
| m_posLookup | dtNavMesh | private |
| m_saltBits | dtNavMesh | private |
| m_tileBits | dtNavMesh | private |
| m_tileHeight | dtNavMesh | private |
| m_tileLutMask | dtNavMesh | private |
| m_tileLutSize | dtNavMesh | private |
| m_tiles | dtNavMesh | private |
| m_tileWidth | dtNavMesh | private |
| queryPolygonsInTile(const dtMeshTile *tile, const float *qmin, const float *qmax, dtPolyRef *polys, const int maxPolys) const | dtNavMesh | private |
| removeTile(dtTileRef ref, unsigned char **data, int *dataSize) | dtNavMesh | |
| restoreTileState(dtMeshTile *tile, const unsigned char *data, const int maxDataSize) | dtNavMesh | |
| setPolyArea(dtPolyRef ref, unsigned char area) | dtNavMesh | |
| setPolyFlags(dtPolyRef ref, unsigned short flags) | dtNavMesh | |
| storeTileState(const dtMeshTile *tile, unsigned char *data, const int maxDataSize) const | dtNavMesh | |
| unconnectExtLinks(dtMeshTile *tile, dtMeshTile *target) | dtNavMesh | private |
| ~dtNavMesh() | dtNavMesh |
1.8.8