Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getTopLeft
Method
getTopLeft
include/math.hpp:371–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
return pos.plus(size.mult(0.5f));
370
}
371
Vec getTopLeft() const {
372
return pos;
373
}
374
Vec getTopRight() const {
375
return Vec(getRight(), getTop());
376
}
Callers
7
render
Method · 0.80
getChildrenBoundingBox
Method · 0.80
getVisibleChildrenBoundingBox
Method · 0.80
json_array_foreach
Function · 0.80
setModulePosForce
Method · 0.80
updateExpanders
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected