gwnavruntime/database/databasetriangleiterator.h Source File
Go to the documentation of this file.
9 #ifndef Navigation_DatabaseTriangleIterator_H
10 #define Navigation_DatabaseTriangleIterator_H
12 #include "gwnavruntime/math/box2iiterator.h"
21 class DatabaseTriangleIterator
29 NavTrianglePtr GetNavTrianglePtr()
const;
31 DatabaseTriangleIterator& operator++();
37 Ptr<Database> m_database;
40 Box2iIteratorInBiggerRowMajorBox m_boxIterator;
KyUInt32 NavTriangleIdx
An index that uniquely identifies a single triangle within the set of triangles owned by a NavFloor...
Definition: navmeshtypes.h:100
Box2i CellBox
A type that represents a bounding box around cells in a 2D grid.
Definition: navmeshtypes.h:34
#define KY_NULL
Null value.
Definition: types.h:247
KyUInt32 NavFloorIdx
An index that uniquely identifies a single NavFloor within the set of NavFloors owned by a NavCell...
Definition: navmeshtypes.h:115
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36