Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getTop
Method
getTop
Source/Support/Geometry.cpp:283–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
float Rect::getTop() const noexcept {
284
return origin.y + size.height;
285
}
286
287
void Rect::setTop(float top) {
288
size.height = top - getBottom();
Callers
5
setPosition
Method · 0.80
intersectsRect
Method · 0.80
applyRect
Method · 0.80
rect_get_top
Function · 0.80
query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected