|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
2D Delaunay 三角化结果 更多...
#include <delaunay_2d.h>
Public 属性 | |
| std::vector< Point2D > | vertices |
| 顶点坐标(可能含超级三角形的辅助点) 更多... | |
| std::vector< std::array< int, 3 > > | triangles |
| 三角形索引(CCW 顺序) 更多... | |
2D Delaunay 三角化结果
在文件 delaunay_2d.h 第 15 行定义.
| std::vector<std::array<int, 3> > vde::mesh::DelaunayResult::triangles |
三角形索引(CCW 顺序)
在文件 delaunay_2d.h 第 17 行定义.
| std::vector<Point2D> vde::mesh::DelaunayResult::vertices |
顶点坐标(可能含超级三角形的辅助点)
在文件 delaunay_2d.h 第 16 行定义.