Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_MODULE
Function · 0.80
FromJSONObject
Function · 0.80
AddAttr
Method · 0.80
PrepareArrowGeometry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected