Uses of Interface
de.javagl.simplemesh.Mesh

Packages that use Mesh
de.javagl.simplemesh.impl Default implementations of the mesh interfaces 
de.javagl.simplemesh.utils Utility classes for meshes 
 

Uses of Mesh in de.javagl.simplemesh.impl
 

Classes in de.javagl.simplemesh.impl that implement Mesh
 class DefaultMesh
          Default implementation of a Mesh.
 

Uses of Mesh in de.javagl.simplemesh.utils
 

Methods in de.javagl.simplemesh.utils with parameters of type Mesh
static void Smooth.smooth(Mesh mesh, int iterations)
          Smooth the given mesh with the given number of iterations.