AffineMatrix

An AffineMatrix object describes a coordinate transformation.

Members

Variables

rx
double rx;

The amount of rotation on the x-axis, in radians.

ry
double ry;

The amount of rotation on the y-axis, in radians.

sx
double sx;

The amount of scaling on the x-axis.

sy
double sy;

The amount of scaling on the y-axis.

tx
double tx;

The amount of translation on the x-axis, in pixels.

ty
double ty;

The amount of translation on the x-axis, in pixels.

Meta