Class Spline

java.lang.Object
  |
  +--Spline

public class Spline
extends java.lang.Object


Constructor Summary
Spline(float[] xp, float[] yp)
           
Spline(float[] xp, float[] yp, float yp0, float yplast)
           
 
Method Summary
 float calcdvalue(float xval)
           
 float calcdvalue2(float xval)
           
 float calcvalue(float xval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spline

public Spline(float[] xp,
              float[] yp)

Spline

public Spline(float[] xp,
              float[] yp,
              float yp0,
              float yplast)
Method Detail

calcvalue

public float calcvalue(float xval)

calcdvalue

public float calcdvalue(float xval)

calcdvalue2

public float calcdvalue2(float xval)