类 Curve


  • public class Curve
    extends Object
    • 字段详细资料

      • x

        public float[] x
      • y

        public float[] y
    • 构造器详细资料

      • Curve

        public Curve()
      • Curve

        public Curve​(Curve curve)
    • 方法详细资料

      • addKnot

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

        public void removeKnot​(int n)
      • makeTable

        protected int[] makeTable()