MCPcopy 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
291float Rect::getCenterY() const noexcept {
292 return origin.y + size.height * 0.5f;
293}
294
295void Rect::setCenterY(float centerY) {
296 origin.y = centerY - size.height * 0.5f;

Callers 2

rect_get_center_yFunction · 0.80
queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected