template <typename T, precision P>
struct tmat3x4
Defined at line 16 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.hpp
Public Methods
void tmat3x4<T, P> ()
-- Constructors --
Defined at line 9 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <precision Q>
void tmat3x4<T, P> (const tmat3x4<T, Q> & m)
GLM_HAS_DEFAULTED_FUNCTIONS
Defined at line 30 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat3x4<T, P> & m)
Defined at line 31 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.hpp
void tmat3x4<T, P> (ctor )
Defined at line 39 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (T scalar)
Defined at line 43 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (T x0, T y0, T z0, T w0, T x1, T y1, T z1, T w1, T x2, T y2, T z2, T w2)
Defined at line 51 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const col_type & v0, const col_type & v1, const col_type & v2)
Defined at line 64 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename X1, typename Y1, typename Z1, typename W1, typename X2, typename Y2, typename Z2, typename W2, typename X3, typename Y3, typename Z3, typename W3>
void tmat3x4<T, P> (X1 x1, Y1 y1, Z1 z1, W1 w1, X2 x2, Y2 y2, Z2 z2, W2 w2, X3 x3, Y3 y3, Z3 z3, W3 w3)
-- Conversion constructors --
Defined at line 79 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
length_type length ()
Defined at line 80 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.hpp
tmat3x4<T, P> & operator= (const tmat3x4<T, P> & m)
-- Unary arithmetic operators --
Defined at line 87 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.hpp
template <typename V1, typename V2, typename V3>
void tmat3x4<T, P> (const tvec4<V1, P> & v1, const tvec4<V2, P> & v2, const tvec4<V3, P> & v3)
Defined at line 96 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename U, precision Q>
void tmat3x4<T, P> (const tmat3x4<U, Q> & m)
-- Matrix conversions --
Defined at line 112 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat2x2<T, P> & x)
Defined at line 121 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat3x3<T, P> & x)
Defined at line 129 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat4x4<T, P> & x)
Defined at line 137 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat2x3<T, P> & x)
Defined at line 145 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat3x2<T, P> & x)
Defined at line 153 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat2x4<T, P> & x)
Defined at line 161 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat4x2<T, P> & x)
Defined at line 169 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
void tmat3x4<T, P> (const tmat4x3<T, P> & x)
Defined at line 177 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
col_type & operator[] (length_type i)
-- Accesses --
Defined at line 187 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
const col_type & operator[] (length_type i)
Defined at line 194 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename U>
tmat3x4<T, P> & operator= (const tmat3x4<U, P> & m)
GLM_HAS_DEFAULTED_FUNCTIONS
Defined at line 214 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename U>
tmat3x4<T, P> & operator+= (U s)
Defined at line 224 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename U>
tmat3x4<T, P> & operator+= (const tmat3x4<U, P> & m)
Defined at line 234 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename U>
tmat3x4<T, P> & operator-= (U s)
Defined at line 244 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename U>
tmat3x4<T, P> & operator-= (const tmat3x4<U, P> & m)
Defined at line 254 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename U>
tmat3x4<T, P> & operator*= (U s)
Defined at line 264 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
template <typename U>
tmat3x4<T, P> & operator/= (U s)
Defined at line 274 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
tmat3x4<T, P> & operator++ ()
-- Increment and decrement operators --
Defined at line 286 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
tmat3x4<T, P> & operator-- ()
Defined at line 295 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
tmat3x4<T, P> operator++ (int )
Defined at line 304 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl
tmat3x4<T, P> operator-- (int )
Defined at line 312 of file ../../third_party/glm/glm/detail/../detail/type_mat3x4.inl