MCPcopy Create free account
hub / github.com/VCVRack/Rack / getTopRight

Method getTopRight

include/math.hpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 return pos;
373 }
374 Vec getTopRight() const {
375 return Vec(getRight(), getTop());
376 }
377 Vec getBottomLeft() const {
378 return Vec(getLeft(), getBottom());
379 }

Callers 3

setModulePosForceMethod · 0.80
updateExpandersMethod · 0.80
onEnterMethod · 0.80

Calls 1

VecClass · 0.85

Tested by

no test coverage detected