|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.WTransform.TRSSDecomposition
public static class WTransform.TRSSDecomposition
Result of a TRSS decomposition.
WTransform.decomposeTranslateRotateScaleSkew(WTransform.TRSSDecomposition
result)| Field Summary | |
|---|---|
double |
alpha
Rotation angle (radians). |
double |
dx
X component of translation. |
double |
dy
Y component of translation. |
double |
sh
Shear (in Y direction). |
double |
sx
X component of scale. |
double |
sy
Y component of scale. |
| Constructor Summary | |
|---|---|
WTransform.TRSSDecomposition()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double dx
public double dy
public double alpha
public double sx
public double sy
public double sh
| Constructor Detail |
|---|
public WTransform.TRSSDecomposition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||