Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
int ScreenRect::iTop() { return ((int)(y)); }
21
int ScreenRect::iLeft() { return ((int)(x)); }
22
int ScreenRect::iBottom() { return ((int)(y + h)); }
23
int ScreenRect::iRight() { return ((int)(x + w)); }
24
Callers
1
BitmapCharacter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected