Fast Delaunay triangulation generation algorithm based on incremental insertion method

Wang Longhao,Wang Jiexian
DOI: https://doi.org/10.3969/j.issn.1000-1433.2013.10.016
2013-01-01
Abstract:For fast Delaunay triangulation generation from tremendous points,a method based on traditional incremental insertion to generate a Delaunay triangle mesh is proposed,the algorithm is optimized especially in point location and Local Optimization Procedure(LOP) of traditional incremental insertion method.First,the points are sorted by block,and then inserted sequentially by line.Direction search technique is adopted to locate the point.The triangle which contains the point to be inserted can be located very fast with the method of taking the latest triangle as the primary triangle,which can reduce the path to search tremendously.The affected area by the inserted point is determined,and only triangles in this area are updated,so reduplicate calculation is prevented by this method.Using properly data structure,the calculation is simplified and the efficiency is improved.The improved algorithm is more efficient and stable for the triangulation by experiments.
What problem does this paper attempt to address?