Class NSAffineTransformStruct


  • public class NSAffineTransformStruct
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double m11  
      double m12  
      double m21  
      double m22  
      static int sizeof  
      double tX  
      double tY  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m11

        public double m11
      • m12

        public double m12
      • m21

        public double m21
      • m22

        public double m22
      • tX

        public double tX
      • tY

        public double tY
      • sizeof

        public static final int sizeof
    • Constructor Detail

      • NSAffineTransformStruct

        public NSAffineTransformStruct()