| Areas enum value (defined in fgl::FGMatrix) | fgl::FGMatrix | |
| det() const | fgl::FGMatrix | [inline] |
| dx() const | fgl::FGMatrix | [inline] |
| dy() const | fgl::FGMatrix | [inline] |
| FGMatrix() | fgl::FGMatrix | |
| FGMatrix(const FGMatrix &old) (defined in fgl::FGMatrix) | fgl::FGMatrix | [inline] |
| FGMatrix(double m11, double m12, double m21, double m22, double dx, double dy) | fgl::FGMatrix | |
| FGMatrix::scale_with_center(double sx, double sy, double center_x, double center_y) (defined in fgl::FGMatrix) | fgl::FGMatrix | [inline] |
| invert(bool *=0) const | fgl::FGMatrix | |
| isIdentity() const | fgl::FGMatrix | |
| isInvertible() const | fgl::FGMatrix | [inline] |
| m11() const | fgl::FGMatrix | [inline] |
| m12() const | fgl::FGMatrix | [inline] |
| m21() const | fgl::FGMatrix | [inline] |
| m22() const | fgl::FGMatrix | [inline] |
| map(int x, int y, int *tx, int *ty) const | fgl::FGMatrix | |
| map(double x, double y, double *tx, double *ty) const | fgl::FGMatrix | |
| map(const FGPoint &p) const | fgl::FGMatrix | [inline] |
| map(const FGCircle &c) const (defined in fgl::FGMatrix) | fgl::FGMatrix | [inline] |
| map(const FGSize &sz) const (defined in fgl::FGMatrix) | fgl::FGMatrix | [inline] |
| map(const FGRect &r) const | fgl::FGMatrix | [inline] |
| map(const FGPointArray &a) const | fgl::FGMatrix | [inline] |
| map(FGPointArray &src, FGPointArray &dst) (defined in fgl::FGMatrix) | fgl::FGMatrix | |
| mapRect(const FGRect &) const | fgl::FGMatrix | |
| operator *(const FGCircle &) const (defined in fgl::FGMatrix) | fgl::FGMatrix | |
| operator *(const FGPoint &) const (defined in fgl::FGMatrix) | fgl::FGMatrix | |
| operator *(const FGSize &) const (defined in fgl::FGMatrix) | fgl::FGMatrix | |
| operator *(const FGPointArray &a) const (defined in fgl::FGMatrix) | fgl::FGMatrix | |
| operator *(const FGMatrix &m1, const FGMatrix &m2) | fgl::FGMatrix | [related] |
| operator *=(const FGMatrix &) | fgl::FGMatrix | |
| operator!=(const FGMatrix &) const | fgl::FGMatrix | |
| operator==(const FGMatrix &) const | fgl::FGMatrix | |
| Points enum value (defined in fgl::FGMatrix) | fgl::FGMatrix | |
| reset() | fgl::FGMatrix | |
| rotate(double a) | fgl::FGMatrix | |
| scale(double sx, double sy) | fgl::FGMatrix | |
| SetDxDy(double dx, double dy) (defined in fgl::FGMatrix) | fgl::FGMatrix | [inline] |
| setMatrix(double m11, double m12, double m21, double m22, double dx, double dy) | fgl::FGMatrix | |
| setTransformationMode(FGMatrix::TransformationMode m) | fgl::FGMatrix | [static] |
| shear(double sh, double sv) | fgl::FGMatrix | |
| shift_x(double x) (defined in fgl::FGMatrix) | fgl::FGMatrix | [inline] |
| shift_y(double y) (defined in fgl::FGMatrix) | fgl::FGMatrix | [inline] |
| TransformationMode enum name | fgl::FGMatrix | |
| transformationMode() | fgl::FGMatrix | [static] |
| translate(double dx, double dy) | fgl::FGMatrix | |
| zoom(double val) (defined in fgl::FGMatrix) | fgl::FGMatrix | [inline] |