Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
float Rect::getRight() const noexcept {
258
return origin.x + size.width;
259
}
260
261
void Rect::setRight(float right) {
262
size.width = right - getLeft();
Callers
5
setPosition
Method · 0.45
intersectsRect
Method · 0.45
applyRect
Method · 0.45
rect_get_right
Function · 0.45
query
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected