numerical stable triangulation method?
古いコメントを表示
Triangulations of regular polygons (in 2D?) are ambiguos. So for a square ABCD there are two possible triangulations -> ABC ACD or ABD DBC. My problems come from the fact/observation, that DelaunayTri gives me the different triangulation on different computers for the same input which breaks some of our regression tests for our SW...
1) Is there any possibility for force DelaunayTri to preserve something like an order?
2) What other MATLAB internals can be used/misused to create a triangulation
I was already wondering if i need to implement earclipping (which seems to have a internal ordering process) on our own?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Delaunay Triangulation についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!