35 const std::vector<Point2D>& points,
36 const std::vector<std::pair<int, int>>& constraints);
DelaunayResult constrained_delaunay_2d(const std::vector< Point2D > &points, const std::vector< std::pair< int, int >> &constraints)
约束 Delaunay 三角化(CDT)
foundation::Point2D Point2D
双精度二维点(重新导出)
foundation::Vector3D Vector3D
双精度三维向量(重新导出)
foundation::Point3D Point3D
双精度三维点(重新导出)