Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
float Rect::getBottom() const noexcept {
300
return origin.y;
301
}
302
303
void Rect::setBottom(float bottom) {
304
float top = getTop();
Callers
5
setPosition
Method · 0.80
intersectsRect
Method · 0.80
applyRect
Method · 0.80
rect_get_bottom
Function · 0.80
query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected