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