MCPcopy 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

squeezeModulePosMethod · 0.80
drawMethod · 0.80
cloneActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected