|
2D_Game_Engine
|
#include <structs.hpp>
Public Member Functions | |
| Vec4 () | |
| Vec4 (float r, float g, float b, float a) | |
Public Attributes | |
| float | r |
| float | g |
| float | b |
| float | a |
Definition at line 22 of file structs.hpp.
| Vec4::Vec4 | ( | ) |
Definition at line 10 of file structs.cpp.
| Vec4::Vec4 | ( | float | r, |
| float | g, | ||
| float | b, | ||
| float | a ) |
Definition at line 11 of file structs.cpp.
| float Vec4::a |
Definition at line 23 of file structs.hpp.
| float Vec4::b |
Definition at line 23 of file structs.hpp.
| float Vec4::g |
Definition at line 23 of file structs.hpp.
| float Vec4::r |
Definition at line 23 of file structs.hpp.