Subversion Repositories gelsvn

Rev

Rev 403 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 403 Rev 412
Line 18... Line 18...
18
 
18
 
19
double voronoi_area(HMesh::VertexIter v);
19
double voronoi_area(HMesh::VertexIter v);
20
 
20
 
21
double barycentric_area(HMesh::VertexIter v);
21
double barycentric_area(HMesh::VertexIter v);
22
 
22
 
-
 
23
void unnormalized_mean_curvature_normal(HMesh::VertexIter v, CGLA::Vec3d& curv_normal, double& w_sum);
-
 
24
 
23
const CGLA::Vec3d mean_curvature_normal(HMesh::VertexIter v);
25
const CGLA::Vec3d mean_curvature_normal(HMesh::VertexIter v);
24
 
26
 
25
double sum_curvatures(HMesh::Manifold& m, std::vector<double>& curvature);
27
double sum_curvatures(HMesh::Manifold& m, std::vector<double>& curvature);
26
 
28
 
27
 
29