MCPcopy Create free account
hub / github.com/comaps/comaps / setMinY

Method setMinY

libs/geometry/rect2d.hpp:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212 void setMinX(T minX) { m_minX = minX; }
213 void setMinY(T minY) { m_minY = minY; }
214 void setMaxX(T maxX) { m_maxX = maxX; }
215 void setMaxY(T maxY) { m_maxY = maxY; }
216

Callers 3

BOOST_PYTHON_MODULEFunction · 0.80
FromJSONObjectFunction · 0.80
AddAttrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected