The basic 2D vector type. More...
Public Member Functions | |
template<typename U > | |
GLM_FUNC_DECL | tvec2 (U const &x) |
template<typename U > | |
GLM_FUNC_DECL | tvec2 (tvec4< U > const &v) |
template<typename U > | |
GLM_FUNC_DECL | tvec2 (tvec3< U > const &v) |
template<typename U > | |
GLM_FUNC_DECL | tvec2 (tvec2< U > const &v) |
template<typename U , typename V > | |
GLM_FUNC_DECL | tvec2 (U const &x, V const &y) |
The basic 2D vector type.
Definition at line 31 of file type_vec2.hpp.