Planeshift
|
Go to the source code of this file.
Classes | |
class | dtNavMeshQuery |
Provides the ability to perform pathfinding related queries against a navigation mesh. More... | |
struct | dtNavMeshQuery::dtQueryData |
class | dtQueryFilter |
Defines polygon filtering and traversal costs for navigation mesh query operations. More... | |
Functions | |
dtNavMeshQuery * | dtAllocNavMeshQuery () |
Allocates a query object using the Detour allocator. | |
void | dtFreeNavMeshQuery (dtNavMeshQuery *query) |
Frees the specified query object using the Detour allocator. |