Public Types | |
typedef std::list< IntPoint > | PointList |
Public Attributes | |
OrientedPoint | center |
PointList | m_points |
Definition at line 12 of file graphmap.cpp.
typedef std::list<IntPoint> GMapping::GraphMapPatch::PointList |
Definition at line 13 of file graphmap.cpp.
OrientedPoint GMapping::GraphMapPatch::center |
Renders the map relatively to the center of the patch returns the lower left corner of the patch, relative to the center returns the upper right corner of the patch, relative to the center
Definition at line 21 of file graphmap.cpp.
PointList GMapping::GraphMapPatch::m_points |
Definition at line 22 of file graphmap.cpp.