maspack.geometry
Class DelaunayInterpolator

java.lang.Object
  extended by maspack.geometry.DelaunayInterpolator

public class DelaunayInterpolator
extends java.lang.Object


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

Constructor Detail

DelaunayInterpolator

public DelaunayInterpolator()

DelaunayInterpolator

public DelaunayInterpolator(Point3d[] pnts)
Method Detail

setPoints

public void setPoints(Point3d[] pnts)

setPoints

public void setPoints(double[] pntCoords)

getInterpolation

public void getInterpolation(double[] weights,
                             int[] idxs,
                             Point3d pnt)

main

public static void main(java.lang.String[] args)