Package eu.webtoolkit.jwt
Class WTransform.TRSSDecomposition
java.lang.Object
eu.webtoolkit.jwt.WTransform.TRSSDecomposition
- Enclosing class:
- WTransform
public static class WTransform.TRSSDecomposition
extends java.lang.Object
Result of a TRSS decomposition.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TRSSDecomposition()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
dx
public double dxX component of translation. -
dy
public double dyY component of translation. -
alpha
public double alphaRotation angle (radians) -
sx
public double sxX component of scale. -
sy
public double syY component of scale. -
sh
public double shShear (in Y direction)
-
-
Constructor Details
-
TRSSDecomposition
public TRSSDecomposition()
-