public class DelaunayInterpolator
extends java.lang.Object
| Constructor and Description | 
|---|
| DelaunayInterpolator() | 
| DelaunayInterpolator(Point3d[] pnts) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | getInterpolation(double[] weights,
                int[] idxs,
                Point3d pnt) | 
| static void | main(java.lang.String[] args) | 
| void | setPoints(double[] pntCoords) | 
| void | setPoints(Point3d[] pnts) | 
public DelaunayInterpolator()
public DelaunayInterpolator(Point3d[] pnts)