#ifndef SMOOTHING_H #define SMOOTHING_H #include "my_mesh.h" Point laplace_beltrami(const MyMesh &mesh, VertexHandle vert); void smooth(MyMesh &mesh); #endif