30 #ifndef PT_GFX_TRANSFORM_H
31 #define PT_GFX_TRANSFORM_H
33 #include <Pt/Gfx/Point.h>
34 #include <Pt/Gfx/Size.h>
58 double m21,
double m22,
59 double dx,
double dy);
107 void set(
double m11,
double m12,
108 double m21,
double m22,
109 double dx,
double dy);
176 typedef double MatrixData[2][3];
178 void concat(
const MatrixData& m);
180 void updateIdentity();
Core module.
Definition: pt-gfx-images.dox:14
Size with floating-point width and height.
Definition: Size.h:45
Point with floating-point X and Y coordinates.
Definition: Point.h:45