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.

See Also:
WTransform.decomposeTranslateRotateScaleSkew(WTransform.TRSSDecomposition result)
  • Field Summary

    Fields
    Modifier and Type Field Description
    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

    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 dx
      X component of translation.
    • dy

      public double dy
      Y component of translation.
    • alpha

      public double alpha
      Rotation angle (radians)
    • sx

      public double sx
      X component of scale.
    • sy

      public double sy
      Y component of scale.
    • sh

      public double sh
      Shear (in Y direction)
  • Constructor Details

    • TRSSDecomposition

      public TRSSDecomposition()