Class Cubic

    • Field Summary

      Fields 
      Modifier and Type Field Description
      float k1x  
      float k1y  
      float k2x  
      float k2y  
      float x  
      float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Cubic()
      Creates a new instance of MoveTo
      Cubic​(boolean isRelative, float k1x, float k1y, float k2x, float k2y, float x, float y)  
    • Field Detail

      • k1x

        public float k1x
      • k1y

        public float k1y
      • k2x

        public float k2x
      • k2y

        public float k2y
      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • Cubic

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

        public Cubic​(boolean isRelative,
                     float k1x,
                     float k1y,
                     float k2x,
                     float k2y,
                     float x,
                     float y)
    • Method Detail

      • toString

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