lt.monarch.math
Class Interpolator2D.PointSet

java.lang.Object
  extended by lt.monarch.math.Interpolator2D.PointSet
Enclosing interface:
Interpolator2D

public static class Interpolator2D.PointSet
extends java.lang.Object


Constructor Summary
Constructor and Description
Interpolator2D.PointSet()
           
Interpolator2D.PointSet(Interpolator2D.Point[] initialPoints)
           
 
Method Summary
Modifier and Type Method and Description
 void addPoint(Interpolator2D.Point pt)
           
 Interpolator2D.Point[] getPoints()
           
protected static Interpolator2D.Point[] realloc(Interpolator2D.Point[] x1, int newLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interpolator2D.PointSet

public Interpolator2D.PointSet(Interpolator2D.Point[] initialPoints)

Interpolator2D.PointSet

public Interpolator2D.PointSet()
Method Detail

addPoint

public void addPoint(Interpolator2D.Point pt)

getPoints

public Interpolator2D.Point[] getPoints()

realloc

protected static Interpolator2D.Point[] realloc(Interpolator2D.Point[] x1,
                                                int newLength)