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

Method getBottomLeft

include/math.hpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 return Vec(getRight(), getTop());
376 }
377 Vec getBottomLeft() const {
378 return Vec(getLeft(), getBottom());
379 }
380 Vec getBottomRight() const {
381 return Vec(getRight(), getBottom());
382 }

Callers 6

setModuleMethod · 0.80
setModuleMethod · 0.80
setAudioPortMethod · 0.80
stepMethod · 0.80
setMidiPortMethod · 0.80
setAudioPortMethod · 0.80

Calls 1

VecClass · 0.85

Tested by

no test coverage detected