MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / iLeft

Method iLeft

engine/src/rectangle.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20int ScreenRect::iTop() { return ((int)(y)); }
21int ScreenRect::iLeft() { return ((int)(x)); }
22int ScreenRect::iBottom() { return ((int)(y + h)); }
23int ScreenRect::iRight() { return ((int)(x + w)); }
24

Callers 1

BitmapCharacterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected