gwnavruntime/abstractgraph/abstractgraphutils.h Source File
Go to the documentation of this file.
21 class AbstractGraphUtils
24 static bool HasCellBoundaries(
const NavCellBlob* navCellBlob,
KyUInt8 wantedCellBoundaries);
25 static void GetCellBoundaries(
const NavCellBlob* navCellBlob,
KyUInt8& cellBoundariesMask);
26 static void GetCellBoundariesInFloor(
const NavCellBlob* navCellBlob,
KyUInt32 floorIdx,
KyUInt8& cellBoundaries);
27 static NavCell* GetNavCellFromCellPos(
const CellPos& cellPos, ActiveData* activeData);
Vec2i CellPos
A type that represents the position of a cell within a 2D grid.
Definition: navmeshtypes.h:30
std::uint32_t KyUInt32
uint32_t
Definition: types.h:29
KyUInt32 CardinalDir
Defines a type that refers to one of the cardinal points on the compass:
Definition: cardinaldir.h:15
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
std::uint8_t KyUInt8
uint8_t
Definition: types.h:27