Methods from class SbMatrix:
SbMatrix(float a11, float a12, float a13, float a14, float a21, float a22, float a23, float a24, float a31, float a32, float a33, float a34, float a41, float a42, float a43, float a44)
void setValue(const SbMat &m)
void getValue(SbMat &m) const
const SbMat & getValue() const
static SbMatrix identity()
void setTranslate(const SbVec3f &t)
float det3(int r1, int r2, int r3, int c1, int c2, int c3) const
SbBool LUDecomposition(int index[4], float &d)
void LUBackSubstitution(int index[4], float b[4]) const
SbMatrix transpose() const
SbMatrix & multRight(const SbMatrix &m)
SbMatrix & multLeft(const SbMatrix &m)
void print(FILE *fp) const
float * operator float*()
float * operator [](int i)
const float * operator [](int i) const
SbMatrix & operator =(const SbMat &m)
SbMatrix & operator =(const SbMatrix &m)
SbMatrix & operator *=(const SbMatrix &m)
SbMatrix operator *(const SbMatrix &m1, const SbMatrix &m2)
int operator ==(const SbMatrix &m1, const SbMatrix &m2)
int operator !=(const SbMatrix &m1, const SbMatrix &m2)
SbBool equals(const SbMatrix &m, float tolerance) const