public class LaplacianSmoother
extends java.lang.Object
Constructor and Description |
---|
LaplacianSmoother() |
Modifier and Type | Method and Description |
---|---|
static void |
smooth(PolygonalMesh mesh,
int iterations,
double lam,
double mu)
Implements a specified number of iterations of Taubin smoothing.
|
public static void smooth(PolygonalMesh mesh, int iterations, double lam, double mu)