decompose(const Mat44f &mat, Vec3f &scaling, Vec3f &shearing, Quatf &orientation, Vec3f &translation) | nvmath::Mat44f | [related] |
getPtr(void) const | nvmath::Matnnf< 4 > | |
Mat44f(void) | nvmath::Mat44f | [inline] |
Mat44f(float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23, float a30, float a31, float a32, float a33) | nvmath::Mat44f | [inline] |
Mat44f(const Vec4f &row0, const Vec4f &row1, const Vec4f &row2, const Vec4f &row3) | nvmath::Mat44f | [inline] |
Mat44f(const Vec3f &trans, const Quatf &rot) | nvmath::Mat44f | [inline] |
Mat44f(const Matnnf< 4 > &m) | nvmath::Mat44f | [inline] |
Matnnf(void) | nvmath::Matnnf< 4 > | |
operator *(const Mat44f &m0, const Mat44f &m1) | nvmath::Mat44f | [related] |
nvmath::Matnnf< 4 >::operator *(float f) const | nvmath::Matnnf< 4 > | |
nvmath::Matnnf< 4 >::operator *(const Vecnf< n > &v) const | nvmath::Matnnf< 4 > | |
operator *=(float f) | nvmath::Matnnf< 4 > | |
operator *=(const Matnnf< n > &m) | nvmath::Matnnf< 4 > | |
operator!=(const Matnnf< n > &m) const | nvmath::Matnnf< 4 > | |
operator+(const Matnnf< n > &v) const | nvmath::Matnnf< 4 > | |
operator+=(const Matnnf< n > &m) | nvmath::Matnnf< 4 > | |
operator-(void) const | nvmath::Matnnf< 4 > | |
operator-(const Matnnf< n > &v) const | nvmath::Matnnf< 4 > | |
operator-=(const Matnnf< n > &m) | nvmath::Matnnf< 4 > | |
operator/(float f) const | nvmath::Matnnf< 4 > | |
operator/=(float f) | nvmath::Matnnf< 4 > | |
operator=(const Matnnf< n > &m) | nvmath::Matnnf< 4 > | |
operator==(const Matnnf< n > &m) const | nvmath::Matnnf< 4 > | |
operator[](size_t i) | nvmath::Matnnf< 4 > | |
operator[](size_t i) const | nvmath::Matnnf< 4 > | |
operator~(void) const | nvmath::Matnnf< 4 > | |
set(const Vec4f &row0, const Vec4f &row1, const Vec4f &row2, const Vec4f &row3) | nvmath::Mat44f | [inline] |