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

Method fBottom

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

Source from the content-addressed store, hash-verified

25float ScreenRect::fTop() { return (y); }
26float ScreenRect::fLeft() { return (x); }
27float ScreenRect::fBottom() { return (y + h); }
28float ScreenRect::fRight() { return (x + w); }
29
30//WorldRect

Callers 8

DrawFullscreenQuadSFunction · 0.80
DrawQuadDFunction · 0.80
DrawQuadFunction · 0.80
BitmapCharacterMethod · 0.80
R_drawSceneLightsFunction · 0.80
updateMethod · 0.80
DrawTileMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected