|
2D_Game_Engine
|
#include <structs.hpp>
Public Member Functions | |
| Rect () | |
| Rect (Vec2 pos, Vec2 size, Vec2 vel) | |
Public Attributes | |
| Vec2 | pos |
| Vec2 | size |
| Vec2 | vel |
Definition at line 74 of file structs.hpp.
| Rect::Rect | ( | ) |
Definition at line 57 of file structs.cpp.
Definition at line 58 of file structs.cpp.
| Vec2 Rect::pos |
Definition at line 75 of file structs.hpp.
| Vec2 Rect::size |
Definition at line 76 of file structs.hpp.
| Vec2 Rect::vel |
Definition at line 77 of file structs.hpp.