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

Method getRight

Source/Support/Geometry.cpp:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257float Rect::getRight() const noexcept {
258 return origin.x + size.width;
259}
260
261void Rect::setRight(float right) {
262 size.width = right - getLeft();

Callers 5

setPositionMethod · 0.45
intersectsRectMethod · 0.45
applyRectMethod · 0.45
rect_get_rightFunction · 0.45
queryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected