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

Method iRight

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

Source from the content-addressed store, hash-verified

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); }
26float ScreenRect::fLeft() { return (x); }

Callers 1

BitmapCharacterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected