lt.monarch.math
Interface Interpolator2D

All Known Implementing Classes:
DelaunayTriangulation, NeighbourInterpolator

public interface Interpolator2D


Nested Class Summary
Modifier and Type Interface and Description
static class Interpolator2D.Point
           
static class Interpolator2D.PointSet
           
 
Method Summary
Modifier and Type Method and Description
 double interpolateAt(double x, double y)
           
 

Method Detail

interpolateAt

double interpolateAt(double x,
                     double y)