Cofactor(int i, int j) const (defined in Matrix) | Matrix | [inline] |
data (defined in Matrix) | Matrix | [private] |
Inverse() (defined in Matrix) | Matrix | |
Matrix(const Matrix &other) (defined in Matrix) | Matrix | |
Matrix(const float *initArray) (defined in Matrix) | Matrix | |
Matrix(float m00, float m01, float m02, float m10, float m11, float m12, float m20, float m21, float m22) (defined in Matrix) | Matrix | |
Matrix() (defined in Matrix) | Matrix | [inline] |
MaxElement() (defined in Matrix) | Matrix | |
operator *(const Vect3Df &) const (defined in Matrix) | Matrix | |
operator *(const Matrix &other) const (defined in Matrix) | Matrix | |
operator *=(const Matrix &other) (defined in Matrix) | Matrix | [inline] |
operator!=(const Matrix &other) (defined in Matrix) | Matrix | [inline] |
operator()(int i, int j) const (defined in Matrix) | Matrix | [inline] |
operator()(int i, int j) (defined in Matrix) | Matrix | [inline] |
operator+(const Matrix &other) const (defined in Matrix) | Matrix | |
operator-(const Matrix &other) const (defined in Matrix) | Matrix | |
operator=(const Matrix &other) (defined in Matrix) | Matrix | |
operator==(const Matrix &other) (defined in Matrix) | Matrix | |
SetToDiagonal(float x, float y, float z) (defined in Matrix) | Matrix | [inline] |
SetToIdentity() (defined in Matrix) | Matrix | [inline] |
SetToZero() (defined in Matrix) | Matrix | |
Transpose() (defined in Matrix) | Matrix | |