ofDocsdocumentation glm glm::mat2x3

glm::mat2x3


length( )

glm::tmat2x3::length_type length()

operator*=( ... )

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

operator++( )

glm::mat2x3 & operator++()

operator++( ... )

glm::mat2x3 operator++(int )

operator+=( ... )

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

operator--( )

glm::mat2x3 & operator--()

operator--( ... )

glm::mat2x3 operator--(int )

operator-=( ... )

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

operator/=( ... )

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

operator=( ... )

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

operator[]( ... )

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

operator[]( ... )

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

tmat2x3( ... )

tmat2x3(const glm::mat2x3 &m=P)

tmat2x3( ... )

tmat2x3(const glm::tmat2x3::col_type &v0, const glm::tmat2x3::col_type &v1)

tmat2x3( ... )

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

tmat2x3( ... )

tmat2x3(const glm::mat3 &x=P)

tmat2x3( ... )

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

tmat2x3( ... )

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

tmat2x3( ... )

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

tmat2x3( ... )

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

tmat2x3( ... )

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

tmat2x3( ... )

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

tmat2x3( )

tmat2x3()

tmat2x3( ... )

tmat2x3(glm::ctor )

tmat2x3( ... )

tmat2x3(T scalar)

tmat2x3( ... )

tmat2x3(T x0, T y0, T z0, T x1, T y1, T z1)

tmat2x3( ... )

tmat2x3(X1 x1, Y1 y1, Z1 z1, X2 x2, Y2 y2, Z2 z2)