Home Page

Delaunay Triangulator 3.1.0 - App Store




About Delaunay Triangulator

This app computes the Delaunay triangulation of a set of points in the plane, which you input by simply tapping the screen. You may also generate random point sets of different sizes to see how long the computation takes....

This app computes the Delaunay triangulation of a set of points in the plane, which you input by simply tapping the screen. You may also generate random point sets of different sizes to see how long the computation takes.

More on Delaunay triangulation:

For a given set of points on the plane, there exist many possible ways to triangulate them, that is, subdivide the plane into triangles where each point lies on a triangle vertex. Some triangulations produce very thin triangles with high aspect ratios. For a given triangulation, you may list all the angles from each triangle in a list, sorted by their magnitude from smallest to largest; call this the angle tuple for that triangulation. Now, if you take the set of angle tuples from all possible triangulations for the same set of points and sort them, then the largest lexicographic angle tuple is the one containing the largest minimal angle from the triangulation, meaning it is the triangulation that minimizes high aspect triangle slivers.

This is considered optimal since it restricts region boundaries to be the closest possible to the input points. Consider a map with a set of temperature readings from local weather stations. If you wanted to know what the temperature might be between stations, you must interpolate their readings. Triangulating is one way to do this, by setting the temperature of each triangle to the average of the readings from the stations at its vertices. Therefore, a triangulation with high aspect triangles may carry a reading to a place on the map far away from the weather station that recorded it. We'd use the Delaunay Triangulation in this case to optimize this interpolation.

The triangulation is constructed by inserting the points one by one. There are a couple things that can happen on each insertion. If it is the first or second point, no triangles are yet created. Now assume there is one triangle–three possibilities occur on inserting the next point:
1) it lies inside the triangle. In this case, it is split into three new triangles, all adjacent on that new point.
2) it lies outside the triangle. Then two edges are inserted adjacent to the two next closest vertices to create a neighboring triangle adjacent on the edge that joins those two vertices.
3) it lies on an edge of the triangle. In this case, the triangle(s) adjacent on the edge is(are) bisected with an edge joining the new point to the other vertex(vertices) in the triangle(s).
(A fourth possibility exists, if the point is identical to a point already in the triangulation; this is simply ignored.)

After constructing the new triangles, the new edges must be tested for the Delaunay property. This is done by drawing the circumcircle of a newly created triangle that contains the inserted point and the opposite edge, and testing whether the vertex in the neighboring triangle adjacent to that edge lies outside the circumcircle. If it lies on or outside the circumcircle, that edge is considered optimal. If it lies inside, then the edge is remove and a new edge is drawn between the new point and the opposite point tested for incircle orientation, creating two new, oppositely oriented triangles, whose other edges are subsequently tested. This edge legalization process propagates throughout the triangulation recursively until all edges pass the test.

Even more:
https://en.wikipedia.org/wiki/Delaunay_triangulation
https://www.researchgate.net/publication/221561628_Generalized_Delaunay_Mesh_Refinement_From_Scalar_to_Parallel

Apr 27, 2022 Version 3.1.0
Updated for the latest version of iOS, and all current devices.



Previous Versions

Here you can find the changelog of Delaunay Triangulator since it was posted on our website on 2016-11-03 12:48:50. The latest version is 3.1.0 and it was updated on 2024-04-19 23:30:46. See below the changes in each version.

Delaunay Triangulator version 3.1.0
Updated At: 2022-04-27
Changes: Apr 27, 2022 Version 3.1.0 Updated for the latest version of iOS, and all current devices.
Delaunay Triangulator version 3.0.0
Updated At: 2018-09-25
Changes: Sep 25, 2018 Version 3.0.0 Rewritten in Swift and optimized for all the latest devices running iOS 12!
Delaunay Triangulator version 2.0.1
Updated At: 2013-06-11
Delaunay Triangulator version 3.0.0
Updated At: 1970-01-01
Changes: 25 сент. 2018 г. Version 3.0.0 Rewritten in Swift and optimized for all the latest devices running iOS 12!
Delaunay Triangulator version 3.0.0
Updated At: 1970-01-01
Changes: 2018年9月25日 Version 3.0.0 Rewritten in Swift and optimized for all the latest devices running iOS 12!
Delaunay Triangulator version 3.0.0
Updated At: 1970-01-01
Changes: 25 set 2018 Version 3.0.0 Rewritten in Swift and optimized for all the latest devices running iOS 12!


Related Apps

Here you can find apps that are similar with Delaunay Triangulator.



Disclaimer

Official App Store Link


We do not host Delaunay Triangulator on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Apple and passed their terms and conditions to be listed there. We recommend caution when installing it.

The App Store link for Delaunay Triangulator is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 13
Updated At: 2024-04-19 23:30:46
Publisher: Two Ring Software LLC
Operating System: IOS
License Type: Free