t_jmatrix Struct Reference

An affine transformation (such as scale, shear, etc). More...

#include <jgraphics.h>

Data Fields

double xx
 xx component
double yx
 yx component
double xy
 xy component
double yy
 yy component
double x0
 x translation
double y0
 y translation

Detailed Description

An affine transformation (such as scale, shear, etc).