Recast Navigation
Navigation-mesh Toolset for Games
DetourNavMeshQuery.h File Reference
#include "DetourNavMesh.h"
#include "DetourStatus.h"

Go to the source code of this file.

Classes

class  dtQueryFilter
 Defines polygon filtering and traversal costs for navigation mesh query operations. More...
 
struct  dtRaycastHit
 Provides information about raycast hit filled by dtNavMeshQuery::raycast. More...
 
class  dtPolyQuery
 Provides custom polygon query behavior. More...
 
class  dtNavMeshQuery
 Provides the ability to perform pathfinding related queries against a navigation mesh. More...
 

Functions

dtNavMeshQuerydtAllocNavMeshQuery ()
 Allocates a query object using the Detour allocator. More...
 
void dtFreeNavMeshQuery (dtNavMeshQuery *query)
 Frees the specified query object using the Detour allocator. More...