Class CubicSmooth

    • Field Summary

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

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

      • x

        public float x
      • y

        public float y
      • k2x

        public float k2x
      • k2y

        public float k2y
    • Constructor Detail

      • CubicSmooth

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

        public CubicSmooth​(boolean isRelative,
                           float k2x,
                           float k2y,
                           float x,
                           float y)
    • Method Detail

      • toString

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