|
2D_Game_Engine
|
#include <structs.hpp>
Public Member Functions | |
| TriangleVertex () | |
| TriangleVertex (Vec2 pos, Vec4 color, int layer) | |
Public Attributes | |
| Vec2 | position |
| Vec4 | color |
| int | layer |
Definition at line 57 of file structs.hpp.
| TriangleVertex::TriangleVertex | ( | ) |
Definition at line 13 of file structs.cpp.
Definition at line 14 of file structs.cpp.
| Vec4 TriangleVertex::color |
Definition at line 59 of file structs.hpp.
| int TriangleVertex::layer |
Definition at line 60 of file structs.hpp.
| Vec2 TriangleVertex::position |
Definition at line 58 of file structs.hpp.