All Classes Files Functions Variables Typedefs Pages
util.hpp
1 #pragma once
2 
3 #include "half.hpp" // 16 bit float type
4 #include "Vector.hpp" // mathematical vector
5 #include "Quaternion.hpp" // quaternion
6 #include "Matrix.hpp" // matrix
7 #include "Color.hpp" // color
8 #include "TerminalLook.hpp" // tools to write colored text to stdout
9 #include "Transformation.hpp"
This file is part of the Lumina Graphics Framework.
This file is part of the Lumina Graphics Framework.
This file is part of the Lumina Graphics Framework.
This file is part of the Lumina Graphics Framework [L/util].