ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
delaunay_3d.h 文件参考
#include "vde/core/point.h"
#include <vector>
#include <array>
delaunay_3d.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  vde::mesh::TetrahedronMesh
 四面体网格结构 更多...
 

命名空间

 vde
 
 vde::mesh
 

函数

TetrahedronMesh vde::mesh::delaunay_3d (const std::vector< Point3D > &points)
 3D Delaunay 四面体化(Bowyer-Watson 增量算法) 更多...