#include "gwnavruntime/math/vec3f.h"
Namespaces | |
Kaim | |
The Autodesk Navigation namespace. | |
Typedefs | |
typedef KyUInt16 | Kaim::NavGraphVertexLinkType |
Defines a type for a tag that determines whether or not a vertex in a NavGraph should be connected to the NavMesh. More... | |
typedef KyUInt32 | Kaim::NavGraphVertexIdx |
An index that uniquely identifies a single vertex within the set of vertices owned by a NavGraph. More... | |
Variables | |
static const NavGraphVertexLinkType | Kaim::NavGraphVertexLinkType_NoLink = 0 |
Indicates that this vertex should not be connected to the NavMesh. More... | |
static const NavGraphVertexLinkType | Kaim::NavGraphVertexLinkType_LinkToNavMesh = 1 |
Indicates that this vertex should be connected to the NavMesh. If the vertex is outside, we try to link it inside. More... | |
static const NavGraphVertexIdx | Kaim::NavGraphVertexIdx_Invalid = (NavGraphVertexIdx)CompactNavGraphVertexIdx_MAXVAL |
Represents an invalid NavGraphVertexIdx. More... | |