Class Curve


  • public class Curve
    extends java.lang.Object
    A curve definition, splines, segments, etc.
    • Constructor Summary

      Constructors 
      Constructor Description
      Curve()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • npts

        public int npts
      • pts

        public double[][] pts
    • Constructor Detail

      • Curve

        public Curve()