|
2D_Game_Engine
|
#include <structs.hpp>
Public Member Functions | |
| Vec3 () | |
| Vec3 (float r, float g, float b) | |
Public Attributes | |
| float | r |
| float | g |
| float | b |
Definition at line 16 of file structs.hpp.
| Vec3::Vec3 | ( | ) |
Definition at line 7 of file structs.cpp.
| Vec3::Vec3 | ( | float | r, |
| float | g, | ||
| float | b ) |
Definition at line 8 of file structs.cpp.
| float Vec3::b |
Definition at line 17 of file structs.hpp.
| float Vec3::g |
Definition at line 17 of file structs.hpp.
| float Vec3::r |
Definition at line 17 of file structs.hpp.