public class ScaleTranslateRotate2D
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
scale
Scaling
|
double |
theta
Angle of rotation
|
double |
transX
Translation along x and y axis
|
double |
transY
Translation along x and y axis
|
| Constructor and Description |
|---|
ScaleTranslateRotate2D() |
ScaleTranslateRotate2D(double theta,
double scale,
double transX,
double transY) |
| Modifier and Type | Method and Description |
|---|---|
double |
getScale() |
double |
getTheta() |
double |
getTransX() |
double |
getTransY() |
void |
set(ScaleTranslateRotate2D src) |
void |
setScale(double scale) |
void |
setTheta(double theta) |
void |
setTransX(double transX) |
void |
setTransY(double transY) |
public double scale
public double transX
public double transY
public double theta
public ScaleTranslateRotate2D(double theta,
double scale,
double transX,
double transY)
public ScaleTranslateRotate2D()
public void set(ScaleTranslateRotate2D src)
public double getTheta()
public void setTheta(double theta)
public double getScale()
public void setScale(double scale)
public double getTransX()
public void setTransX(double transX)
public double getTransY()
public void setTransY(double transY)