| fk_Matrix(void) | fk_Matrix | |
| fk_Matrix(const fk_Matrix &) | fk_Matrix | |
| fk_OrthoMatrix(void) | fk_OrthoMatrix | |
| fk_OrthoMatrix(const fk_OrthoMatrix &) | fk_OrthoMatrix | |
| init(void) | fk_OrthoMatrix | |
| inverse(void) | fk_Matrix | |
| isRegular(void) const | fk_Matrix | |
| isSingular(void) const | fk_Matrix | |
| makeEuler(double h, double p, double b) | fk_OrthoMatrix | |
| makeEuler(const fk_Angle &angle) | fk_OrthoMatrix | |
| makeRot(double rad, fk_Axis axis) | fk_OrthoMatrix | |
| makeScale(double x, double y, double z) | fk_Matrix | |
| makeScale(const fk_Vector &v) | fk_Matrix | |
| makeTrans(double x, double y, double z) | fk_OrthoMatrix | |
| makeTrans(const fk_Vector &v) | fk_OrthoMatrix | |
| negate(void) | fk_OrthoMatrix | |
| operator!(void) const | fk_Matrix | |
| operator!=(const fk_Matrix &) const | fk_Matrix | |
| operator*(const fk_Matrix &, const fk_HVector &) | fk_Matrix | [friend] |
| operator*(const fk_Matrix &, const fk_Matrix &) | fk_Matrix | [friend] |
| fk_OrthoMatrix::operator*(const fk_Matrix &, const fk_OrthoMatrix &) | fk_OrthoMatrix | [friend] |
| fk_OrthoMatrix::operator*(const fk_OrthoMatrix &, const fk_Matrix &) | fk_OrthoMatrix | [friend] |
| operator*=(const fk_Matrix &) | fk_Matrix | |
| operator*=(const fk_OrthoMatrix &) | fk_Matrix | |
| operator+(const fk_Matrix &, const fk_Matrix &) | fk_Matrix | [friend] |
| fk_OrthoMatrix::operator+(const fk_Matrix &, const fk_OrthoMatrix &) | fk_OrthoMatrix | [friend] |
| fk_OrthoMatrix::operator+(const fk_OrthoMatrix &, const fk_Matrix &) | fk_OrthoMatrix | [friend] |
| operator+=(const fk_Matrix &) | fk_Matrix | |
| operator+=(const fk_OrthoMatrix &) | fk_Matrix | |
| operator-(const fk_Matrix &, const fk_Matrix &) | fk_Matrix | [friend] |
| fk_OrthoMatrix::operator-(const fk_Matrix &, const fk_OrthoMatrix &) | fk_OrthoMatrix | [friend] |
| fk_OrthoMatrix::operator-(const fk_OrthoMatrix &, const fk_Matrix &) | fk_OrthoMatrix | [friend] |
| operator-=(const fk_Matrix &) | fk_Matrix | |
| operator-=(const fk_OrthoMatrix &) | fk_Matrix | |
| operator=(const fk_Matrix &) | fk_Matrix | |
| operator=(const fk_OrthoMatrix &) | fk_Matrix | |
| operator==(const fk_Matrix &) const | fk_Matrix | |
| operator[](int) | fk_OrthoMatrix | |
| set(int row, int col, double value) | fk_OrthoMatrix | |