30#ifndef PT_GFX_TRANSFORM_H
31#define PT_GFX_TRANSFORM_H
33#include <Pt/Gfx/Point.h>
34#include <Pt/Gfx/Size.h>
64 double dx,
double dy);
114 double dx,
double dy);
181 typedef double MatrixData[2][3];
183 void concat(
const MatrixData& m);
185 void updateIdentity();
Graphics and imaging services.
Definition Api-Argb32Image.h:12
Core module.
Definition Allocator.h:33