|
|
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 | tvec3 (tvec3< T, P > const &v) |
| |
|
template<precision Q> |
| GLM_FUNC_DECL | tvec3 (tvec3< T, Q > const &v) |
| |
|
GLM_FUNC_DECL | tvec3 (ctor) |
| |
|
GLM_FUNC_DECL | tvec3 (T const &s) |
| |
|
GLM_FUNC_DECL | tvec3 (T const &a, T const &b, T const &c) |
| |
|
template<typename A , typename B , typename C > |
| GLM_FUNC_DECL | tvec3 (A const &a, B const &b, C const &c) |
| | Explicit converions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
template<typename A , typename B , typename C > |
| GLM_FUNC_DECL | tvec3 (tvec1< A, P > const &a, tvec1< B, P > const &b, tvec1< C, P > const &c) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_DECL | tvec3 (tvec2< A, Q > const &a, B 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 | tvec3 (tvec2< 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 | tvec3 (A 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 A , typename B , precision Q> |
| GLM_FUNC_DECL | tvec3 (tvec1< 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 | tvec3 (tvec4< U, Q > const &v) |
| | 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 | tvec3 (tvec3< U, Q > const &v) |
| | Explicit conversions (From section 5.4.1 Conversion and scalar constructors of GLSL 1.30.08 specification)
|
| |
|
GLM_FUNC_DECL tvec3< T, P > & | operator= (tvec3< T, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator+= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator+= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator+= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator-= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator-= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator-= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator*= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator*= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator*= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator/= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator/= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator/= (tvec3< U, P > const &v) |
| |
|
GLM_FUNC_DECL tvec3< T, P > & | operator++ () |
| |
|
GLM_FUNC_DECL tvec3< T, P > & | operator-- () |
| |
|
GLM_FUNC_DECL tvec3< T, P > | operator++ (int) |
| |
|
GLM_FUNC_DECL tvec3< T, P > | operator-- (int) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator%= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator%= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator%= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator&= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator&= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator&= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator|= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator|= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator|= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator^= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator^= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator^= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator<<= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator<<= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator<<= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator>>= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator>>= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_DECL tvec3< T, P > & | operator>>= (tvec3< U, P > const &v) |
| |
|
template<precision Q> |
| GLM_FUNC_QUALIFIER | tvec3 (tvec3< T, Q > const &v) |
| |
|
template<typename A , typename B , typename C > |
| GLM_FUNC_QUALIFIER | tvec3 (A const &a, B const &b, C const &c) |
| |
|
template<typename A , typename B , typename C > |
| GLM_FUNC_QUALIFIER | tvec3 (tvec1< A, P > const &a, tvec1< B, P > const &b, tvec1< C, P > const &c) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec3 (tvec2< A, Q > const &a, B const &b) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec3 (tvec2< A, Q > const &a, tvec1< B, Q > const &b) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec3 (A const &a, tvec2< B, Q > const &b) |
| |
|
template<typename A , typename B , precision Q> |
| GLM_FUNC_QUALIFIER | tvec3 (tvec1< A, Q > const &a, tvec2< B, Q > const &b) |
| |
|
template<typename U , precision Q> |
| GLM_FUNC_QUALIFIER | tvec3 (tvec3< U, Q > const &v) |
| |
|
template<typename U , precision Q> |
| GLM_FUNC_QUALIFIER | tvec3 (tvec4< U, Q > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator+= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator+= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator+= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator-= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator-= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator-= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator*= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator*= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator*= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator/= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator/= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator/= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator%= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator%= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator%= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator&= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator&= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator&= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator|= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator|= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator|= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator^= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator^= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator^= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator<<= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator<<= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator<<= (tvec3< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator>>= (U s) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator>>= (tvec1< U, P > const &v) |
| |
|
template<typename U > |
| GLM_FUNC_QUALIFIER tvec3< T, P > & | operator>>= (tvec3< U, P > const &v) |
| |