_m | ork::mat2< type > | |
cast() const | ork::mat2< type > | [inline] |
coefficients() const | ork::mat2< type > | [inline] |
determinant() const | ork::mat2< type > | [inline] |
getColumn(int iCol) const | ork::mat2< type > | [inline] |
IDENTITY | ork::mat2< type > | [inline, static] |
inverse(mat2 &mInv, type tolerance=1e-06) const | ork::mat2< type > | [inline] |
inverse(type tolerance=1e-06) const | ork::mat2< type > | [inline] |
m | ork::mat2< type > | |
mat2() | ork::mat2< type > | [inline] |
mat2(type m00, type m01, type m10, type m11) | ork::mat2< type > | [inline] |
mat2(const type array[2][2]) | ork::mat2< type > | [inline, explicit] |
mat2(const mat2 &mat) | ork::mat2< type > | [inline] |
operator!=(const mat2 &mat) const | ork::mat2< type > | [inline] |
operator*(const mat2 &mat) const | ork::mat2< type > | [inline] |
operator*(const vec2< type > &v) const | ork::mat2< type > | [inline] |
operator*(const type scalar) const | ork::mat2< type > | [inline] |
operator+(const mat2 &mat) const | ork::mat2< type > | [inline] |
operator-(const mat2 &mat) const | ork::mat2< type > | [inline] |
operator-() const | ork::mat2< type > | [inline] |
operator=(const mat2 &mat) | ork::mat2< type > | [inline] |
operator==(const mat2 &mat) const | ork::mat2< type > | [inline] |
operator[](int iRow) const | ork::mat2< type > | [inline] |
setColumn(int iCol, const vec2< type > &v) | ork::mat2< type > | [inline] |
trace() const | ork::mat2< type > | [inline] |
transpose() const | ork::mat2< type > | [inline] |
ZERO | ork::mat2< type > | [inline, static] |