Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getBottom
Method
getBottom
include/math.hpp:356–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
return pos.y;
355
}
356
float getBottom() const {
357
return (size.y == INFINITY) ? INFINITY : (pos.y + size.y);
358
}
359
float getWidth() const {
360
return size.x;
361
}
Callers
1
onHoverKey
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected