Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ getMaxX
Method
getMaxX
Source/OpenFrameworksPort.cpp:586–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
}
585
586
float ofRectangle::getMaxX() const
587
{
588
return MAX(x, x + width); // - width
589
}
590
591
float ofRectangle::getMinY() const
592
{
Callers
15
Render
Method · 0.80
CreateUIControls
Method · 0.80
Resize
Method · 0.80
Poll
Method · 0.80
OnMidiNote
Method · 0.80
OnMidiControl
Method · 0.80
CreateUIControls
Method · 0.80
DrawModule
Method · 0.80
CreateUIControls
Method · 0.80
CoordsToMinimap
Method · 0.80
RectUnion
Method · 0.80
SetUpFromSaveData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected