Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getCenterY
Method
getCenterY
Source/Support/Geometry.cpp:291–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
float Rect::getCenterY() const noexcept {
292
return origin.y + size.height * 0.5f;
293
}
294
295
void Rect::setCenterY(float centerY) {
296
origin.y = centerY - size.height * 0.5f;
Callers
2
rect_get_center_y
Function · 0.80
query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected