maspack.geometry
Class DelaunayInterpolator
java.lang.Object
maspack.geometry.DelaunayInterpolator
public class DelaunayInterpolator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelaunayInterpolator
public DelaunayInterpolator()
DelaunayInterpolator
public DelaunayInterpolator(Point3d[] pnts)
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)