Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ fLeft
Method
fLeft
engine/src/rectangle.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
float ScreenRect::fTop() { return (y); }
26
float ScreenRect::fLeft() { return (x); }
27
float ScreenRect::fBottom() { return (y + h); }
28
float ScreenRect::fRight() { return (x + w); }
29
Callers
8
DrawFullscreenQuadS
Function · 0.80
DrawQuadD
Function · 0.80
DrawQuad
Function · 0.80
BitmapCharacter
Method · 0.80
R_drawSceneLights
Function · 0.80
update
Method · 0.80
DrawTile
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected