Triangulate a set of points with a concave domain

前端 未结 6 1396
闹比i
闹比i 2021-02-14 02:47

Setup

Given some set of nodes within a convex hull, assume the domain contains one or more concave areas:

where blue dots are points, and the black li

6条回答
  •  [愿得一人]
    2021-02-14 03:22

    You can try a constrained delaunay algorithm for example with sloan algoritm or cgal library.

    [1] A Brute-Force Constrained Delaunay Triangulation?

提交回复
热议问题