Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getTopRight
Method
getTopRight
include/math.hpp:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
return pos;
373
}
374
Vec getTopRight() const {
375
return Vec(getRight(), getTop());
376
}
377
Vec getBottomLeft() const {
378
return Vec(getLeft(), getBottom());
379
}
Callers
3
setModulePosForce
Method · 0.80
updateExpanders
Method · 0.80
onEnter
Method · 0.80
Calls
1
Vec
Class · 0.85
Tested by
no test coverage detected