maspack.geometry
Class LaplacianSmoother
java.lang.Object
maspack.geometry.LaplacianSmoother
public class LaplacianSmoother
- extends java.lang.Object
Applies a simple Laplacian smoothing algorithm to a polygonal mesh, along
with volume compenstation.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LaplacianSmoother
public LaplacianSmoother()
smooth
public static void smooth(PolygonalMesh mesh,
int iterations,
double lam,
double mu)