Class Curve


  • public class Curve
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Curve()  
      Curve​(Curve curve)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int addKnot​(float kx, float ky)  
      protected int[] makeTable()  
      void removeKnot​(int n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public float[] x
      • y

        public float[] y
    • Constructor Detail

      • Curve

        public Curve()
      • Curve

        public Curve​(Curve curve)
    • Method Detail

      • addKnot

        public int addKnot​(float kx,
                           float ky)
      • removeKnot

        public void removeKnot​(int n)
      • makeTable

        protected int[] makeTable()