#include <box2iiterator.h>
Functions | |
Box2iRowMajorIterator () | |
Box2iRowMajorIterator (const Box2i &box) | |
bool | operator== (const Box2iRowMajorIterator &it) const |
bool | operator!= (const Box2iRowMajorIterator &it) const |
Box2iRowMajorIterator & | operator++ () |
bool | IsFinished () const |
KyInt32 | GetRowMajorIndex () const |
const Vec2i & | GetPos () const |
Data | |
const Box2i * | m_box |
Vec2i | m_pos |
KyInt32 | m_currentIdx |