Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ getMaxY
Method
getMaxY
Source/OpenFrameworksPort.cpp:596–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
594
}
595
596
float ofRectangle::getMaxY() const
597
{
598
return MAX(y, y + height); // - height
599
}
600
601
bool ofRectangle::intersects(const ofRectangle& other) const
602
{
Callers
15
Render
Method · 0.80
Poll
Method · 0.80
OnMidiControl
Method · 0.80
DrawToPush2Screen
Method · 0.80
DrawModule
Method · 0.80
GetModuleDimensions
Method · 0.80
CoordsToMinimap
Method · 0.80
RectUnion
Method · 0.80
CreateUIControls
Method · 0.80
DrawModule
Method · 0.80
DrawRightLabel
Method · 0.80
DrawModule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected