public class Transformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
ax |
double |
ay |
double |
bx |
double |
by |
double |
cx |
double |
cy |
Constructor and Description |
---|
Transformation(double ax,
double bx,
double cx,
double ay,
double by,
double cy) |
Modifier and Type | Method and Description |
---|---|
processing.core.PVector |
transform(processing.core.PVector point) |
processing.core.PVector |
untransform(processing.core.PVector point) |