Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getRight
Method
getRight
include/math.hpp:350–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
return pos.x;
349
}
350
float getRight() const {
351
return (size.x == INFINITY) ? INFINITY : (pos.x + size.x);
352
}
353
float getTop() const {
354
return pos.y;
355
}
Callers
4
setModulePosForce
Method · 0.80
squeezeModulePos
Method · 0.80
unsqueezeModulePos
Method · 0.80
onHoverKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected