public class Matrix
extends java.lang.Object
Constructor and Description |
---|
Matrix(float sx,
float sy,
float x0,
float y0)
constructor for scaled values.
xx = sx; yx = 0; xy = 0; yx = sy; |
Matrix(float xx,
float yx,
float xy,
float yy,
float x0,
float y0)
constructor for full values.
|
Modifier and Type | Method and Description |
---|---|
void |
Destroy()
destroy and free memory.
|
public Matrix(float xx, float yx, float xy, float yy, float x0, float y0)
xx
- yx
- xy
- yy
- x0
- y0
- public Matrix(float sx, float sy, float x0, float y0)
sx
- sy
- x0
- y0
-