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