|
|
GLM_FUNC_DECL GLM_CONSTEXPR length_type | length () const |
| |
|
GLM_FUNC_DECL T & | operator[] (length_type i) |
| |
|
GLM_FUNC_DECL T const & | operator[] (length_type i) const |
| |
|
GLM_FUNC_DECL | tvec4 (tvec4< T, P > const &v) |
| |
|
template<precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec4< T, Q > const &v) |
| |
|
GLM_FUNC_DECL | tvec4 (ctor) |
| |
|
GLM_FUNC_DECL | tvec4 (T s) |
| |
|
GLM_FUNC_DECL | tvec4 (T a, T b, T c, T d) |
| |
|
template<typename A , typename B , typename C , typename D > |
| GLM_FUNC_DECL | tvec4 (A a, B b, C c, D d) |
| | Explicit converions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , typename C , typename D > |
| GLM_FUNC_DECL | tvec4 (tvec1< A, P > const &a, tvec1< B, P > const &b, tvec1< C, P > const &c, tvec1< D, P > const &d) |
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec2< A, Q > const &a, B b, C c) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec2< A, Q > const &a, tvec1< B, Q > const &b, tvec1< C, Q > const &c) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_DECL | tvec4 (A a, tvec2< B, Q > const &b, C c) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec1< A, Q > const &a, tvec2< B, Q > const &b, tvec1< C, Q > const &c) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_DECL | tvec4 (A a, B b, tvec2< C, Q > const &c) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec1< A, Q > const &a, tvec1< B, Q > const &b, tvec2< C, Q > const &c) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec3< A, Q > const &a, B b) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec3< A, Q > const &a, tvec1< B, Q > const &b) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_DECL | tvec4 (A a, tvec3< B, Q > const &b) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec1< A, Q > const &a, tvec3< B, Q > const &b) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec2< A, Q > const &a, tvec2< B, Q > const &b) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename U , precision Q> |
| GLM_FUNC_DECL | tvec4 (tvec4< U, Q > const &v) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
GLM_FUNC_DECL tvec4< T, P > & | operator= (tvec4< T, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator+= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator+= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator+= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator-= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator-= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator-= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator*= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator*= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator*= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator/= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator/= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator/= (tvec4< U, P > const &v) |
| |
|
GLM_FUNC_DECL tvec4< T, P > & | operator++ () |
| |
|
GLM_FUNC_DECL tvec4< T, P > & | operator-- () |
| |
|
GLM_FUNC_DECL tvec4< T, P > | operator++ (int) |
| |
|
GLM_FUNC_DECL tvec4< T, P > | operator-- (int) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator%= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator%= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator%= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator&= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator&= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator&= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator|= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator|= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator|= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator^= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator^= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator^= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator<<= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator<<= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator<<= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator>>= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator>>= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec4< T, P > & | operator>>= (tvec4< U, P > const &v) |
| |
|
template<precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec4< T, Q > const &v) |
| |
|
template<typename A , typename B , typename C , typename D > |
| GLM_FUNC_QUALIFIER | tvec4 (A a, B b, C c, D d) |
| |
|
template<typename A , typename B , typename C , typename D > |
| GLM_FUNC_QUALIFIER | tvec4 (tvec1< A, P > const &a, tvec1< B, P > const &b, tvec1< C, P > const &c, tvec1< D, P > const &d) |
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec2< A, Q > const &a, B b, C c) |
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec2< A, Q > const &a, tvec1< B, Q > const &b, tvec1< C, Q > const &c) |
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (A s1, tvec2< B, Q > const &v, C s2) |
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec1< A, Q > const &a, tvec2< B, Q > const &b, tvec1< C, Q > const &c) |
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (A s1, B s2, tvec2< C, Q > const &v) |
| |
|
template<typename A , typename B , typename C , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec1< A, Q > const &a, tvec1< B, Q > const &b, tvec2< C, Q > const &c) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec3< A, Q > const &a, B b) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec3< A, Q > const &a, tvec1< B, Q > const &b) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (A a, tvec3< B, Q > const &b) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec1< A, Q > const &a, tvec3< B, Q > const &b) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec2< A, Q > const &a, tvec2< B, Q > const &b) |
| |
|
template<typename U , precision Q> |
| GLM_FUNC_QUALIFIER | tvec4 (tvec4< U, Q > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator+= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator+= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator+= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator-= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator-= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator-= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator*= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator*= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator*= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator/= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator/= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator/= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator%= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator%= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator%= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator&= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator&= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator&= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator|= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator|= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator|= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator^= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator^= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator^= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator<<= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator<<= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator<<= (tvec4< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator>>= (U scalar) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator>>= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec4< T, P > & | operator>>= (tvec4< U, P > const &v) |
| |
|
GLM_FUNC_QUALIFIER | tvec4 (float s) |
| |
|
GLM_FUNC_QUALIFIER | tvec4 (float s) |
| |
|
GLM_FUNC_QUALIFIER | tvec4 (float a, float b, float c, float d) |
| |
|
GLM_FUNC_QUALIFIER | tvec4 (float a, float b, float c, float d) |
| |
|
GLM_FUNC_QUALIFIER tvec4< float, lowp > & | operator+= (U scalar) |
| |
|
GLM_FUNC_QUALIFIER tvec4< float, lowp > & | operator+= (float scalar) |
| |
|
GLM_FUNC_QUALIFIER tvec4< float, mediump > & | operator+= (U scalar) |
| |
|
GLM_FUNC_QUALIFIER tvec4< float, mediump > & | operator+= (float scalar) |
| |
|
GLM_FUNC_QUALIFIER tvec4< float, lowp > & | operator+= (tvec1< U, lowp > const &v) |
| |
|
GLM_FUNC_QUALIFIER tvec4< float, mediump > & | operator+= (tvec1< U, mediump > const &v) |
| |