MCPcopy 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

setModulePosForceMethod · 0.80
squeezeModulePosMethod · 0.80
unsqueezeModulePosMethod · 0.80
onHoverKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected