| dTransform(double &dx, double &dy) const | SGMatrix | |
| dTransform(int &dx, int &dy) const | SGMatrix | |
| Get(double &xx, double &yx, double &xy, double &yy, double &tx, double &ty) | SGMatrix | |
| Init(double xx=1, double yx=0, double xy=0, double yy=1, double tx=0, double ty=0) | SGMatrix | |
| Inv(void) const | SGMatrix | |
| IsIdentialMatrix() const | SGMatrix | |
| IsTranslateOnly() const | SGMatrix | |
| operator!=(const SGMatrix &arg) const | SGMatrix | |
| operator*(const SGMatrix &arg) | SGMatrix | |
| operator*=(const SGMatrix &arg) | SGMatrix | |
| operator==(const SGMatrix &arg) const | SGMatrix | |
| Rotate(double alpha) | SGMatrix | |
| Scale(double sx, double sy) | SGMatrix | |
| SGMatrix(double xx=1, double yx=0, double xy=0, double yy=1, double tx=0, double ty=0) | SGMatrix | |
| Slant(double alphax, double alphay) | SGMatrix | |
| Transform(double &x, double &y) const | SGMatrix | |
| Transform(int &x, int &y) const | SGMatrix | |
| Transform(SGPoint &P) const | SGMatrix | |
| Translate(double tx, double ty) | SGMatrix | |