Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getLeft
Method
getLeft
Source/Support/Geometry.cpp:273–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
float Rect::getLeft() const noexcept {
274
return origin.x;
275
}
276
277
void Rect::setLeft(float left) {
278
float right = getRight();
Callers
5
setPosition
Method · 0.45
intersectsRect
Method · 0.45
applyRect
Method · 0.45
rect_get_left
Function · 0.45
query
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected