![]() |
The basic 2D vector type. More...
Public Member Functions | |
template<typename U , typename V > | |
tvec2 (U const &x, V const &y) | |
Explicit converions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification) | |
template<typename U > | |
tvec2 (U const &x) | |
Explicit converions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification) | |
template<typename U > | |
tvec2 (tvec2< U > const &v) | |
Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification) | |
template<typename U > | |
tvec2 (tvec4< U > const &v) | |
Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification) | |
template<typename U > | |
tvec2 (tvec3< U > const &v) | |
Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification) |
The basic 2D vector type.
Definition at line 38 of file type_vec2.hpp.