Class Affine

java.lang.Object
javafx.scene.transform.Affine

public class Affine extends Object
Author:
Bruno Salmon
  • Constructor Details

    • Affine

      public Affine(double xx, double xy, double yx, double yy, double xt, double yt)
  • Method Details

    • getMxx

      public double getMxx()
    • getMxy

      public double getMxy()
    • getMyx

      public double getMyx()
    • getMyy

      public double getMyy()
    • getTx

      public double getTx()
    • getTy

      public double getTy()
    • append

      public void append(Affine a)
    • append

      public void append(double mxx, double mxy, double tx, double myx, double myy, double ty)