Closed pklampros closed 5 years ago
As suggested in PR #193 we could use a helper class to store a 2D array efficiently that would allow random access via an 2dArray[x, y] operator.
Existing candidates for this class would be: PointMap::m_points ShapeMap::m_pixel_shapes
Implemented, see PR #247
As suggested in PR #193 we could use a helper class to store a 2D array efficiently that would allow random access via an 2dArray[x, y] operator.
Existing candidates for this class would be: PointMap::m_points ShapeMap::m_pixel_shapes