Class NatCubic

  • Direct Known Subclasses:
    NatCubicClosed

    public class NatCubic
    extends ControlCurve
    This is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/natcubic.html
    Author:
    Tim Lambert (http://www.cse.unsw.edu.au/~lambert/), Andrea Antonello (www.hydrologis.com)
    • Constructor Detail

      • NatCubic

        public NatCubic()
    • Method Detail

      • calcNaturalCubic

        public Cubic[] calcNaturalCubic​(int n,
                                        double[] x)