ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
mesh_curvature.h 文件参考
#include "vde/mesh/halfedge_mesh.h"
#include <vector>
mesh_curvature.h 的引用(Include)关系图:

浏览源代码.

struct  vde::mesh::CurvatureResult
 离散曲率计算结果 更多...
 

命名空间

 vde
 
 vde::mesh
 

函数

CurvatureResult vde::mesh::compute_curvature (const HalfedgeMesh &mesh)
 离散曲率计算(Cotan 公式,Meyer et al. 2003) 更多...