ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
vde::mesh::DelaunayResult结构体 参考

2D Delaunay 三角化结果 更多...

#include <delaunay_2d.h>

Public 属性

std::vector< Point2D > vertices
 顶点坐标(可能含超级三角形的辅助点) 更多...
 
std::vector< std::array< int, 3 > > triangles
 三角形索引(CCW 顺序) 更多...
 

详细描述

2D Delaunay 三角化结果

在文件 delaunay_2d.h15 行定义.

类成员变量说明

◆ triangles

std::vector<std::array<int, 3> > vde::mesh::DelaunayResult::triangles

三角形索引(CCW 顺序)

在文件 delaunay_2d.h17 行定义.

◆ vertices

std::vector<Point2D> vde::mesh::DelaunayResult::vertices

顶点坐标(可能含超级三角形的辅助点)

在文件 delaunay_2d.h16 行定义.


该结构体的文档由以下文件生成: