ork::mat3< type > Member List
This is the complete list of members for
ork::mat3< type >, including all inherited members.
_m | ork::mat3< type > | |
cast() const | ork::mat3< type > | [inline] |
coefficients() const | ork::mat3< type > | [inline] |
determinant() const | ork::mat3< type > | [inline] |
fromAxes(const vec3< type > &xAxis, const vec3< type > &yAxis, const vec3< type > &zAxis) | ork::mat3< type > | [inline] |
getColumn(int iCol) const | ork::mat3< type > | [inline] |
IDENTITY | ork::mat3< type > | [inline, static] |
inverse(mat3 &mInv, type tolerance=1e-06) const | ork::mat3< type > | [inline] |
inverse(type tolerance=1e-06) const | ork::mat3< type > | [inline] |
m | ork::mat3< type > | |
mat3() | ork::mat3< type > | [inline] |
mat3(type m00, type m01, type m02, type m10, type m11, type m12, type m20, type m21, type m22) | ork::mat3< type > | [inline] |
mat3(const type *array) | ork::mat3< type > | [inline] |
mat3(const type array[3][3]) | ork::mat3< type > | [inline, explicit] |
mat3(const mat3 &mat) | ork::mat3< type > | [inline] |
operator!=(const mat3 &mat) const | ork::mat3< type > | [inline] |
operator*(const mat3 &mat) const | ork::mat3< type > | [inline] |
operator*(const vec3< type > &v) const | ork::mat3< type > | [inline] |
operator*(const vec2< type > &v) const | ork::mat3< type > | [inline] |
operator*(const box3< type > &b) const | ork::mat3< type > | [inline] |
operator*(const type scalar) const | ork::mat3< type > | [inline] |
operator+(const mat3 &mat) const | ork::mat3< type > | [inline] |
operator-(const mat3 &mat) const | ork::mat3< type > | [inline] |
operator-() const | ork::mat3< type > | [inline] |
operator=(const mat3 &mat) | ork::mat3< type > | [inline] |
operator==(const mat3 &mat) const | ork::mat3< type > | [inline] |
operator[](int iRow) const | ork::mat3< type > | [inline] |
setColumn(int iCol, const vec3< type > &v) | ork::mat3< type > | [inline] |
trace() const | ork::mat3< type > | [inline] |
transpose() const | ork::mat3< type > | [inline] |
ZERO | ork::mat3< type > | [inline, static] |