MCPcopy 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
273float Rect::getLeft() const noexcept {
274 return origin.x;
275}
276
277void Rect::setLeft(float left) {
278 float right = getRight();

Callers 5

setPositionMethod · 0.45
intersectsRectMethod · 0.45
applyRectMethod · 0.45
rect_get_leftFunction · 0.45
queryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected