MCPcopy 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
596float ofRectangle::getMaxY() const
597{
598 return MAX(y, y + height); // - height
599}
600
601bool ofRectangle::intersects(const ofRectangle& other) const
602{

Callers 15

RenderMethod · 0.80
PollMethod · 0.80
OnMidiControlMethod · 0.80
DrawToPush2ScreenMethod · 0.80
DrawModuleMethod · 0.80
GetModuleDimensionsMethod · 0.80
CoordsToMinimapMethod · 0.80
RectUnionMethod · 0.80
CreateUIControlsMethod · 0.80
DrawModuleMethod · 0.80
DrawRightLabelMethod · 0.80
DrawModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected