|
CeresEngine 0.2.0
A game development framework
|
#include "Forward.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/Hash.hpp"#include "CeresEngine/Math/Math.hpp"#include "CeresEngine/Math/Vector.hpp"Go to the source code of this file.
Classes | |
| class | Math::TColor< T > |
Namespaces | |
| namespace | Math |
Macros | |
| #define | REFL_DECLARE_CE_COLOR(T) |
Typedefs | |
| using | Math::Color = TColor< double > |
| using | Math::Colorf = TColor< float > |
| #define REFL_DECLARE_CE_COLOR | ( | T | ) |