Class CGPoint


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

      Fields 
      Modifier and Type Field Description
      static int sizeof  
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      CGPoint()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public double x
      • y

        public double y
      • sizeof

        public static final int sizeof
    • Constructor Detail

      • CGPoint

        public CGPoint()