#include "gwnavruntime/querysystem/iquery.h"#include "gwnavruntime/math/vec3f.h"#include "gwnavruntime/navmesh/navmeshtypes.h"#include "gwnavruntime/navmesh/worldintegerpos.h"#include "gwnavruntime/navmesh/identifiers/navhalfedgeptr.h"#include "gwnavruntime/database/positionspatializationrange.h"#include "gwnavruntime/queries/utils/basenearestborderhalfedgefromposquery.inl"Classes | |
| class | Kaim::BaseNearestBorderHalfEdgeFromPosQuery |
Namespaces | |
| Kaim | |
Enumerations | |
| enum | Kaim::NearestBorderHalfEdgeFromPosQueryResult { Kaim::NEARESTHALFEDGE_NOT_INITIALIZED = QUERY_NOT_INITIALIZED, Kaim::NEARESTHALFEDGE_NOT_PROCESSED = QUERY_NOT_PROCESSED, Kaim::NEARESTHALFEDGE_HALFEDGE_NOT_FOUND, Kaim::NEARESTHALFEDGE_DONE_LACK_OF_WORKING_MEMORY, Kaim::NEARESTHALFEDGE_HALFEDGE_FOUND } |