Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setModule
Method · 0.80
setModule
Method · 0.80
setAudioPort
Method · 0.80
step
Method · 0.80
setMidiPort
Method · 0.80
setAudioPort
Method · 0.80
Calls
1
Vec
Class · 0.85
Tested by
no test coverage detected