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

Method setMaxX

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

Source from the content-addressed store, hash-verified

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
217 void Scale(T scale)

Callers 4

BOOST_PYTHON_MODULEFunction · 0.80
FromJSONObjectFunction · 0.80
AddAttrMethod · 0.80
PrepareArrowGeometryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected