Textogl  1.1.2
OpenGL Text renderer
Namespaces | Typedefs
types.hpp File Reference

Vector and matrix types. More...

#include <utility>
#include <cstdlib>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Vector and matrix types.