lt.monarch.math
Class NeighbourInterpolator

java.lang.Object
  extended by lt.monarch.math.NeighbourInterpolator
All Implemented Interfaces:
Interpolator2D

public class NeighbourInterpolator
extends java.lang.Object
implements Interpolator2D


Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface lt.monarch.math.Interpolator2D
Interpolator2D.Point, Interpolator2D.PointSet
 
Constructor Summary
Constructor and Description
NeighbourInterpolator(Interpolator2D.Point[] points)
           
 
Method Summary
Modifier and Type Method and Description
 double interpolateAt(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeighbourInterpolator

public NeighbourInterpolator(Interpolator2D.Point[] points)
Method Detail

interpolateAt

public double interpolateAt(double x,
                            double y)
Specified by:
interpolateAt in interface Interpolator2D