, including all inherited members.
closestPointOnPoly(dtPolyRef ref, const float *pos, float *closest) const | dtNavMeshQuery | |
closestPointOnPolyBoundary(dtPolyRef ref, const float *pos, float *closest) const | dtNavMeshQuery | |
dtNavMeshQuery() | dtNavMeshQuery | |
finalizeSlicedFindPath(dtPolyRef *path, int *pathCount, const int maxPath) | dtNavMeshQuery | |
finalizeSlicedFindPathPartial(const dtPolyRef *existing, const int existingSize, dtPolyRef *path, int *pathCount, const int maxPath) | dtNavMeshQuery | |
findDistanceToWall(dtPolyRef startRef, const float *centerPos, const float maxRadius, const dtQueryFilter *filter, float *hitDist, float *hitPos, float *hitNormal) const | dtNavMeshQuery | |
findLocalNeighbourhood(dtPolyRef startRef, const float *centerPos, const float radius, const dtQueryFilter *filter, dtPolyRef *resultRef, dtPolyRef *resultParent, int *resultCount, const int maxResult) const | dtNavMeshQuery | |
findNearestPoly(const float *center, const float *extents, const dtQueryFilter *filter, dtPolyRef *nearestRef, float *nearestPt) const | dtNavMeshQuery | |
findPath(dtPolyRef startRef, dtPolyRef endRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, dtPolyRef *path, int *pathCount, const int maxPath) const | dtNavMeshQuery | |
findPolysAroundCircle(dtPolyRef startRef, const float *centerPos, const float radius, const dtQueryFilter *filter, dtPolyRef *resultRef, dtPolyRef *resultParent, float *resultCost, int *resultCount, const int maxResult) const | dtNavMeshQuery | |
findPolysAroundShape(dtPolyRef startRef, const float *verts, const int nverts, const dtQueryFilter *filter, dtPolyRef *resultRef, dtPolyRef *resultParent, float *resultCost, int *resultCount, const int maxResult) const | dtNavMeshQuery | |
findRandomPoint(const dtQueryFilter *filter, float(*frand)(), dtPolyRef *randomRef, float *randomPt) const | dtNavMeshQuery | |
findRandomPointAroundCircle(dtPolyRef startRef, const float *centerPos, const float maxRadius, const dtQueryFilter *filter, float(*frand)(), dtPolyRef *randomRef, float *randomPt) const | dtNavMeshQuery | |
findStraightPath(const float *startPos, const float *endPos, const dtPolyRef *path, const int pathSize, float *straightPath, unsigned char *straightPathFlags, dtPolyRef *straightPathRefs, int *straightPathCount, const int maxStraightPath) const | dtNavMeshQuery | |
getAttachedNavMesh() const | dtNavMeshQuery | [inline] |
getNodePool() const | dtNavMeshQuery | [inline] |
getPolyHeight(dtPolyRef ref, const float *pos, float *height) const | dtNavMeshQuery | |
getPolyWallSegments(dtPolyRef ref, const dtQueryFilter *filter, float *segmentVerts, dtPolyRef *segmentRefs, int *segmentCount, const int maxSegments) const | dtNavMeshQuery | |
init(const dtNavMesh *nav, const int maxNodes) | dtNavMeshQuery | |
initSlicedFindPath(dtPolyRef startRef, dtPolyRef endRef, const float *startPos, const float *endPos, const dtQueryFilter *filter) | dtNavMeshQuery | |
isInClosedList(dtPolyRef ref) const | dtNavMeshQuery | |
isValidPolyRef(dtPolyRef ref, const dtQueryFilter *filter) const | dtNavMeshQuery | |
moveAlongSurface(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, float *resultPos, dtPolyRef *visited, int *visitedCount, const int maxVisitedSize) const | dtNavMeshQuery | |
queryPolygons(const float *center, const float *extents, const dtQueryFilter *filter, dtPolyRef *polys, int *polyCount, const int maxPolys) const | dtNavMeshQuery | |
raycast(dtPolyRef startRef, const float *startPos, const float *endPos, const dtQueryFilter *filter, float *t, float *hitNormal, dtPolyRef *path, int *pathCount, const int maxPath) const | dtNavMeshQuery | |
updateSlicedFindPath(const int maxIter, int *doneIters) | dtNavMeshQuery | |
~dtNavMeshQuery() | dtNavMeshQuery | |