covariant(void) | FK::fk_Matrix | |
fk_Matrix(void) | FK::fk_Matrix | |
fk_Matrix(const fk_Matrix &) | FK::fk_Matrix | |
fk_OrthoMatrix(void) | FK::fk_OrthoMatrix | |
fk_OrthoMatrix(const fk_OrthoMatrix &) | FK::fk_OrthoMatrix | |
getCol(int col) | FK::fk_OrthoMatrix | |
getRow(int row) | FK::fk_OrthoMatrix | |
init(void) | FK::fk_OrthoMatrix | |
inverse(void) | FK::fk_Matrix | |
isRegular(void) const | FK::fk_Matrix | |
isSingular(void) const | FK::fk_Matrix | |
makeEuler(double h, double p, double b) | FK::fk_OrthoMatrix | |
makeEuler(const fk_Angle &angle) | FK::fk_OrthoMatrix | |
makeFrustum(double left, double right, double bottom, double top, double near, double far) | FK::fk_Matrix | |
makeOrtho(double left, double right, double bottom, double top, double near, double far) | FK::fk_Matrix | |
makePerspective(double fovy, double near, double far, double aspect) | FK::fk_Matrix | |
makeRot(double rad, fk_Axis axis) | FK::fk_OrthoMatrix | |
makeScale(double x, double y, double z) | FK::fk_Matrix | |
makeScale(const fk_Vector &V) | FK::fk_Matrix | |
makeTrans(double x, double y, double z) | FK::fk_OrthoMatrix | |
makeTrans(const fk_Vector &V) | FK::fk_OrthoMatrix | |
negate(void) | FK::fk_OrthoMatrix | |
operator!(void) const | FK::fk_Matrix | |
operator!=(const fk_Matrix &) const | FK::fk_Matrix | |
FK::fk_OrthoMatrix::operator!=(const fk_OrthoMatrix &) const | FK::fk_OrthoMatrix | |
operator* | FK::fk_Matrix | friend |
operator* | FK::fk_Matrix | friend |
operator* | FK::fk_Matrix | friend |
operator* | FK::fk_Matrix | friend |
operator*=(const fk_Matrix &) | FK::fk_Matrix | |
operator*=(const fk_OrthoMatrix &) | FK::fk_Matrix | |
operator+ | FK::fk_Matrix | friend |
operator+=(const fk_Matrix &) | FK::fk_Matrix | |
operator+=(const fk_OrthoMatrix &) | FK::fk_Matrix | |
operator- | FK::fk_Matrix | friend |
operator-=(const fk_Matrix &) | FK::fk_Matrix | |
operator-=(const fk_OrthoMatrix &) | FK::fk_Matrix | |
operator=(const fk_Matrix &) | FK::fk_Matrix | |
operator=(const fk_OrthoMatrix &) | FK::fk_Matrix | |
operator==(const fk_Matrix &) const | FK::fk_Matrix | |
FK::fk_OrthoMatrix::operator==(const fk_OrthoMatrix &) const | FK::fk_OrthoMatrix | |
operator[](int) | FK::fk_OrthoMatrix | |
set(int row, int col, double value) | FK::fk_OrthoMatrix | |
setCol(int col, const fk_Vector &V) | FK::fk_OrthoMatrix | |
setCol(int col, const fk_HVector &V) | FK::fk_OrthoMatrix | |
setRow(int row, const fk_Vector &V) | FK::fk_OrthoMatrix | |
setRow(int row, const fk_HVector &V) | FK::fk_OrthoMatrix | |
~fk_OrthoMatrix() | FK::fk_OrthoMatrix | |