gwnavruntime/abstractgraph/blobs/abstractgraphcellblob.h Source File
Go to the documentation of this file.
18 class DatabaseGenMetrics;
19 class NavMeshGenParameters;
22 class AbstractGraphCellBlob
24 KY_ROOT_BLOB_CLASS(NavData, AbstractGraphCellBlob, 0)
26 Vec3f GetPosition(AbstractGraphNodeIdx graphNodeIdx, AbstractGraphFloorIdx graphFloorIdx, const DatabaseGenMetrics& genMetrics) const;
31 BlobArray< BlobRef<AbstractGraphFloorBlob> > m_abstractFloors;
34 inline
void SwapEndianness(Endianness::Target e, AbstractGraphCellBlob& self)
36 SwapEndianness(e,
self.m_cellPos);
37 SwapEndianness(e,
self.m_abstractFloors);
Vec2i CellPos
A type that represents the position of a cell within a 2D grid.
Definition: navmeshtypes.h:30
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17