MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getBottom

Method getBottom

Source/Support/Geometry.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299float Rect::getBottom() const noexcept {
300 return origin.y;
301}
302
303void Rect::setBottom(float bottom) {
304 float top = getTop();

Callers 5

setPositionMethod · 0.80
intersectsRectMethod · 0.80
applyRectMethod · 0.80
rect_get_bottomFunction · 0.80
queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected