decompose(const Mat33f &mat, Vec3f &scaling, Vec3f &shearing, Quatf &orientation) | nvmath::Mat33f | [related] |
determinant(const Mat33f &mat) | nvmath::Mat33f | [related] |
getPtr(void) const | nvmath::Matnnf< 3 > | |
isRotation(const Mat33f &mat) | nvmath::Mat33f | [related] |
Mat33f(void) | nvmath::Mat33f | [inline] |
Mat33f(float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22) | nvmath::Mat33f | [inline] |
Mat33f(const Vec3f &row0, const Vec3f &row1, const Vec3f &row2) | nvmath::Mat33f | [inline] |
Mat33f(const Vec3f &axis, float rad) | nvmath::Mat33f | [inline] |
Mat33f(const Quatf &quat) | nvmath::Mat33f | |
Mat33f(const Matnnf< 3 > &m) | nvmath::Mat33f | [inline] |
Matnnf(void) | nvmath::Matnnf< 3 > | |
operator *(float f) const | nvmath::Matnnf< 3 > | |
operator *(const Vecnf< n > &v) const | nvmath::Matnnf< 3 > | |
operator *=(float f) | nvmath::Matnnf< 3 > | |
operator *=(const Matnnf< n > &m) | nvmath::Matnnf< 3 > | |
operator!=(const Matnnf< n > &m) const | nvmath::Matnnf< 3 > | |
operator+(const Matnnf< n > &v) const | nvmath::Matnnf< 3 > | |
operator+=(const Matnnf< n > &m) | nvmath::Matnnf< 3 > | |
operator-(void) const | nvmath::Matnnf< 3 > | |
operator-(const Matnnf< n > &v) const | nvmath::Matnnf< 3 > | |
operator-=(const Matnnf< n > &m) | nvmath::Matnnf< 3 > | |
operator/(float f) const | nvmath::Matnnf< 3 > | |
operator/=(float f) | nvmath::Matnnf< 3 > | |
operator=(const Matnnf< n > &m) | nvmath::Matnnf< 3 > | |
operator==(const Matnnf< n > &m) const | nvmath::Matnnf< 3 > | |
operator[](size_t i) | nvmath::Matnnf< 3 > | |
operator[](size_t i) const | nvmath::Matnnf< 3 > | |
operator~(void) const | nvmath::Matnnf< 3 > | |
set(const Vec3f &row0, const Vec3f &row1, const Vec3f &row2) | nvmath::Mat33f | [inline] |