Class QuadraticSmooth

    • Field Summary

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

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

      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • QuadraticSmooth

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

        public QuadraticSmooth​(boolean isRelative,
                               float x,
                               float y)
    • Method Detail

      • toString

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