ofDocsdocumentation glm glm::mat3

glm::mat3


length( )

glm::tmat3x3::length_type length()

operator*=( ... )

glm::mat3 & operator*=(U s)

operator++( )

glm::mat3 & operator++()

operator++( ... )

glm::mat3 operator++(int )

operator+=( ... )

glm::mat3 & operator+=(U s)

operator--( )

glm::mat3 & operator--()

operator--( ... )

glm::mat3 operator--(int )

operator-=( ... )

glm::mat3 & operator-=(U s)

operator/=( ... )

glm::mat3 & operator/=(U s)

operator=( ... )

glm::mat3 & operator=(const glm::mat3 &m=P)

operator[]( ... )

glm::tmat3x3::col_type & operator[](glm::tmat3x3::length_type i)

operator[]( ... )

const glm::tmat3x3::col_type & operator[](glm::tmat3x3::length_type i)

tmat3x3( ... )

tmat3x3(const glm::mat3 &m=P)

tmat3x3( ... )

tmat3x3(const glm::tmat3x3::col_type &v0, const glm::tmat3x3::col_type &v1, const glm::tmat3x3::col_type &v2)

tmat3x3( ... )

tmat3x3(const glm::mat2 &x=P)

tmat3x3( ... )

tmat3x3(const glm::mat4 &x=P)

tmat3x3( ... )

tmat3x3(const glm::mat2x3 &x=P)

tmat3x3( ... )

tmat3x3(const glm::mat3x2 &x=P)

tmat3x3( ... )

tmat3x3(const glm::mat2x4 &x=P)

tmat3x3( ... )

tmat3x3(const glm::mat4x2 &x=P)

tmat3x3( ... )

tmat3x3(const glm::mat3x4 &x=P)

tmat3x3( ... )

tmat3x3(const glm::mat4x3 &x=P)

tmat3x3( )

tmat3x3()

tmat3x3( ... )

tmat3x3(glm::ctor )

tmat3x3( ... )

tmat3x3(T scalar)

tmat3x3( ... )

tmat3x3(T x0, T y0, T z0, T x1, T y1, T z1, T x2, T y2, T z2)

tmat3x3( ... )

tmat3x3(X1 x1, Y1 y1, Z1 z1, X2 x2, Y2 y2, Z2 z2, X3 x3, Y3 y3, Z3 z3)