Class Quadratic

    • Field Summary

      Fields 
      Modifier and Type Field Description
      float kx  
      float ky  
      float x  
      float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Quadratic()
      Creates a new instance of MoveTo
      Quadratic​(boolean isRelative, float kx, float ky, float x, float y)  
    • Field Detail

      • kx

        public float kx
      • ky

        public float ky
      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • Quadratic

        public Quadratic()
        Creates a new instance of MoveTo
      • Quadratic

        public Quadratic​(boolean isRelative,
                         float kx,
                         float ky,
                         float x,
                         float y)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object