Lookup table internally used by SgPointUtil::Col(). More...
#include <SgPoint.h>
Public Member Functions | |
PointToCol () | |
SgGrid | Col (SgPoint p) const |
Private Attributes | |
SgArray< SgGrid, SG_MAXPOINT > | m_col |
Lookup table internally used by SgPointUtil::Col().
Definition at line 248 of file SgPoint.h.
SgPointUtil::PointToCol::PointToCol | ( | ) |
Definition at line 251 of file SgPoint.h.
References SgArray< T, SIZE >::Fill(), m_col, SgPointUtil::Pt(), and SG_MAX_SIZE.
Definition at line 259 of file SgPoint.h.
References m_col, SG_ASSERT, and SG_ASSERT_BOARDRANGE.
Referenced by SgPointUtil::Col().
SgArray<SgGrid,SG_MAXPOINT> SgPointUtil::PointToCol::m_col [private] |
Definition at line 267 of file SgPoint.h.
Referenced by Col(), and PointToCol().