Class CGVector


  • public final class CGVector
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        CGVector()  
        CGVector​(double dx, double dy)  
      protected CGVector​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double dx()  
      double dy()  
      void setDx​(double value)  
      void setDy​(double value)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CGVector

        public CGVector()
      • CGVector

        protected CGVector​(org.moe.natj.general.Pointer peer)
      • CGVector

        public CGVector​(double dx,
                        double dy)
    • Method Detail

      • dx

        public double dx()
      • setDx

        public void setDx​(double value)
      • dy

        public double dy()
      • setDy

        public void setDy​(double value)