public class DelaunayInterpolator extends java.lang.Object
DelaunayInterpolator()
DelaunayInterpolator(Point3d[] pnts)
void
getInterpolation(double[] weights, int[] idxs, Point3d pnt)
static void
main(java.lang.String[] args)
setPoints(double[] pntCoords)
setPoints(Point3d[] pnts)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DelaunayInterpolator()
public DelaunayInterpolator(Point3d[] pnts)
public void setPoints(Point3d[] pnts)
public void setPoints(double[] pntCoords)
public void getInterpolation(double[] weights, int[] idxs, Point3d pnt)
public static void main(java.lang.String[] args)