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

Method iBottom

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

Source from the content-addressed store, hash-verified

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
25float ScreenRect::fTop() { return (y); }

Callers 1

BitmapCharacterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected