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

Method ScreenRect

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

ScreenRect

Source from the content-addressed store, hash-verified

9
10//ScreenRect
11ScreenRect::ScreenRect(float _x, float _y, float _w, float _h)
12{
13 x = _x; y = _y; w = _w; h = _h;
14}
15
16ScreenRect::~ScreenRect(void)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected