Package toxi.geom.mesh
Class LaplacianSmooth
java.lang.Object
toxi.geom.mesh.LaplacianSmooth
- All Implemented Interfaces:
WEMeshFilterStrategy
Applies a laplacian smooth function to all vertices in the mesh
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
filter
(VertexSelector selector, int numIterations) void
filter
(WETriangleMesh mesh, int numIterations) Applies the vertex filter to the given mesh
-
Constructor Details
-
LaplacianSmooth
public LaplacianSmooth()
-
-
Method Details
-
filter
- Specified by:
filter
in interfaceWEMeshFilterStrategy
-
filter
Description copied from interface:WEMeshFilterStrategy
Applies the vertex filter to the given mesh- Specified by:
filter
in interfaceWEMeshFilterStrategy
-