#include "gwnavruntime/querysystem/iquery.h"
#include "gwnavruntime/queries/utils/navmeshtraversalcommon.h"
#include "gwnavruntime/queries/utils/baseraycangoquery.h"
Classes | |
class | Kaim::BaseDiskCanGoQuery |
Base class for DiskCanGoQuery. More... | |
Namespaces | |
Kaim | |
The Autodesk Navigation namespace. | |
Enumerations | |
enum | Kaim::DiskCanGoQueryResult { Kaim::DISKCANGO_NOT_INITIALIZED = QUERY_NOT_INITIALIZED, Kaim::DISKCANGO_NOT_PROCESSED = QUERY_NOT_PROCESSED, Kaim::DISKCANGO_DONE_START_OUTSIDE, Kaim::DISKCANGO_DONE_START_NAVTAG_FORBIDDEN, Kaim::DISKCANGO_DONE_COLLISION_DETECTED, Kaim::DISKCANGO_DONE_ARRIVAL_WRONG_FLOOR, Kaim::DISKCANGO_DONE_LACK_OF_WORKING_MEMORY, Kaim::DISKCANGO_DONE_UNKNOWN_ERROR, Kaim::DISKCANGO_DONE_SUCCESS } |
Enumerates the possible results of a DiskCanGoQuery. More... | |
enum | Kaim::DiskCanGoQueryType { Kaim::DISKCANGO_DONT_ADAPT_TO_STARTPOS, Kaim::DISKCANGO_ADAPT_TO_STARTPOS } |
Enumerates the possible behaviors of a BaseDiskCanGoQuery when the the starting point lies inside the NavMesh but the radius collides with the border of the NavMesh. More... | |