Enmesh
Loading...
Searching...
No Matches
include
Enmesh
mesh
mesh_smoothing.h
1
#ifndef MESH_SMOOTHING_H
2
#define MESH_SMOOTHING_H
3
4
#include "mesh/mesh.h"
5
#include "mesh/mesh_analysis.h"
6
7
namespace
Enmesh {
8
14
void
smooth(
Mesh<Triangle>
& mesh,
int
iterations,
float
lambda);
15
16
}
// namespace Enmesh
17
18
#endif
Enmesh::Mesh
A class representing a 3D mesh.
Definition
mesh.h:29
Generated by
1.14.0