|
Textogl
1.1.2
OpenGL Text renderer
|
Vector and matrix types. More...
#include <utility>#include <cstdlib>

Go to the source code of this file.
Namespaces | |
| textogl | |
| OpenGL Font rendering types. | |
Typedefs | |
| template<typename T = float> | |
| using | textogl::Vec2 = typename detail::Vec2_t< T >::type |
| 2D Vector More... | |
| template<typename T = float> | |
| using | textogl::Vec4 = typename detail::Vec4_t< T >::type |
| 4D Vector More... | |
| template<typename T = float> | |
| using | textogl::Mat4 = typename detail::Mat4_t< T >::type |
| 4D Matrix More... | |
| using | textogl::Color = Vec4< float > |
| Color vector More... | |
Vector and matrix types.