#include "gwnavruntime/querysystem/iquery.h"#include "gwnavruntime/navmesh/identifiers/navtriangleptr.h"#include "gwnavruntime/math/vec3f.h"#include "gwnavruntime/navmesh/worldintegerpos.h"Classes | |
| class | Kaim::RayCastFull3dQuery |
| RayCast in full 3d useful for implementing picking on NavMesh. More... | |
Namespaces | |
| Kaim | |
| The Autodesk Navigation namespace. | |
Enumerations | |
| enum | Kaim::RayCast3dQueryResult { Kaim::RAYCAST3D_NOT_INITIALIZED = QUERY_NOT_INITIALIZED, Kaim::RAYCAST3D_NOT_PROCESSED = QUERY_NOT_PROCESSED, Kaim::RAYCAST3D_DONE_NO_HIT, Kaim::RAYCAST3D_DONE_HIT } |
| Enumerates the possible results of a RayCast3dQuery. More... | |