template <typename T, precision P>
struct tmat2x4
Defined at line 16 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.hpp
Public Methods
void tmat2x4<T, P> ()
-- Constructors --
Defined at line 9 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <precision Q>
void tmat2x4<T, P> (const tmat2x4<T, Q> & m)
GLM_HAS_DEFAULTED_FUNCTIONS
Defined at line 28 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat2x4<T, P> & m)
Defined at line 31 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.hpp
void tmat2x4<T, P> (ctor )
Defined at line 36 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (T scalar)
Defined at line 40 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (T x0, T y0, T z0, T w0, T x1, T y1, T z1, T w1)
Defined at line 48 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const col_type & v0, const col_type & v1)
Defined at line 59 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename X1, typename Y1, typename Z1, typename W1, typename X2, typename Y2, typename Z2, typename W2>
void tmat2x4<T, P> (X1 x1, Y1 y1, Z1 z1, W1 w1, X2 x2, Y2 y2, Z2 z2, W2 w2)
-- Conversion constructors --
Defined at line 68 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
length_type length ()
Defined at line 75 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.hpp
tmat2x4<T, P> & operator= (const tmat2x4<T, P> & m)
-- Unary arithmetic operators --
Defined at line 82 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.hpp
template <typename U, typename V>
void tmat2x4<T, P> (const tvec4<U, P> & v1, const tvec4<V, P> & v2)
Defined at line 82 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename U, precision Q>
void tmat2x4<T, P> (const tmat2x4<U, Q> & m)
-- Matrix conversions --
Defined at line 92 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat2x2<T, P> & x)
Defined at line 100 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat3x3<T, P> & x)
Defined at line 107 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat4x4<T, P> & x)
Defined at line 114 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat2x3<T, P> & x)
Defined at line 121 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat3x2<T, P> & x)
Defined at line 128 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat3x4<T, P> & x)
Defined at line 135 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat4x2<T, P> & x)
Defined at line 142 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
void tmat2x4<T, P> (const tmat4x3<T, P> & x)
Defined at line 149 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
col_type & operator[] (length_type i)
-- Accesses --
Defined at line 158 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
const col_type & operator[] (length_type i)
Defined at line 165 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename U>
tmat2x4<T, P> & operator= (const tmat2x4<U, P> & m)
GLM_HAS_DEFAULTED_FUNCTIONS
Defined at line 184 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename U>
tmat2x4<T, P> & operator+= (U s)
Defined at line 193 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename U>
tmat2x4<T, P> & operator+= (const tmat2x4<U, P> & m)
Defined at line 202 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename U>
tmat2x4<T, P> & operator-= (U s)
Defined at line 211 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename U>
tmat2x4<T, P> & operator-= (const tmat2x4<U, P> & m)
Defined at line 220 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename U>
tmat2x4<T, P> & operator*= (U s)
Defined at line 229 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
template <typename U>
tmat2x4<T, P> & operator/= (U s)
Defined at line 238 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
tmat2x4<T, P> & operator++ ()
-- Increment and decrement operators --
Defined at line 249 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
tmat2x4<T, P> & operator-- ()
Defined at line 257 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
tmat2x4<T, P> operator++ (int )
Defined at line 265 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl
tmat2x4<T, P> operator-- (int )
Defined at line 273 of file ../../third_party/glm/glm/detail/../detail/type_mat2x4.inl