template <typename T, precision P>
struct tmat3x2
Defined at line 16 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.hpp
Public Methods
void tmat3x2<T, P> ()
-- Constructors --
Defined at line 9 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <precision Q>
void tmat3x2<T, P> (const tmat3x2<T, Q> & m)
GLM_HAS_DEFAULTED_FUNCTIONS
Defined at line 30 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat3x2<T, P> & m)
Defined at line 31 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.hpp
void tmat3x2<T, P> (ctor )
Defined at line 39 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (T scalar)
Defined at line 43 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (Tx0,Ty0,Tx1,Ty1,Tx2,Ty2)
Defined at line 51 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<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_mat3x2.inl
template <typename X1,typename Y1,typename X2,typename Y2,typename X3,typename Y3>
void tmat3x2<T, P> (X1x1,Y1y1,X2x2,Y2y2,X3x3,Y3y3)
-- Conversion constructors --
Defined at line 79 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
length_type length ()
Defined at line 80 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.hpp
tmat3x2<T, P> & operator= (const tmat3x2<T, P> & m)
-- Unary arithmetic operators --
Defined at line 87 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.hpp
template <typename V1,typename V2,typename V3>
void tmat3x2<T, P> (const tvec2<V1, P> &v1,const tvec2<V2, P> &v2,const tvec2<V3, P> &v3)
Defined at line 96 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <typename U, precision Q>
void tmat3x2<T, P> (const tmat3x2<U, Q> & m)
-- Matrix conversions --
Defined at line 112 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat2x2<T, P> & x)
Defined at line 121 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat3x3<T, P> & x)
Defined at line 129 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat4x4<T, P> & x)
Defined at line 137 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat2x3<T, P> & x)
Defined at line 145 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat2x4<T, P> & x)
Defined at line 153 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat3x4<T, P> & x)
Defined at line 161 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat4x2<T, P> & x)
Defined at line 169 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
void tmat3x2<T, P> (const tmat4x3<T, P> & x)
Defined at line 177 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
col_type & operator[] (length_type i)
-- Accesses --
Defined at line 187 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
const col_type & operator[] (length_type i)
Defined at line 194 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <typename U>
tmat3x2<T, P> & operator= (const tmat3x2<U, P> & m)
GLM_HAS_DEFAULTED_FUNCTIONS
Defined at line 214 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <typename U>
tmat3x2<T, P> & operator+= (U s)
Defined at line 224 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <typename U>
tmat3x2<T, P> & operator+= (const tmat3x2<U, P> & m)
Defined at line 234 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <typename U>
tmat3x2<T, P> & operator-= (U s)
Defined at line 244 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <typename U>
tmat3x2<T, P> & operator-= (const tmat3x2<U, P> & m)
Defined at line 254 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <typename U>
tmat3x2<T, P> & operator*= (U s)
Defined at line 264 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
template <typename U>
tmat3x2<T, P> & operator/= (U s)
Defined at line 274 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
tmat3x2<T, P> & operator++ ()
-- Increment and decrement operators --
Defined at line 286 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
tmat3x2<T, P> & operator-- ()
Defined at line 295 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
tmat3x2<T, P> operator++ (int )
Defined at line 304 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl
tmat3x2<T, P> operator-- (int )
Defined at line 312 of file ../../third_party/glm/glm/detail/../detail/type_mat3x2.inl