MCPcopy 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
586float ofRectangle::getMaxX() const
587{
588 return MAX(x, x + width); // - width
589}
590
591float ofRectangle::getMinY() const
592{

Callers 15

RenderMethod · 0.80
CreateUIControlsMethod · 0.80
ResizeMethod · 0.80
PollMethod · 0.80
OnMidiNoteMethod · 0.80
OnMidiControlMethod · 0.80
CreateUIControlsMethod · 0.80
DrawModuleMethod · 0.80
CreateUIControlsMethod · 0.80
CoordsToMinimapMethod · 0.80
RectUnionMethod · 0.80
SetUpFromSaveDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected