Constraint triangulation without edges
Ältere Kommentare anzeigen
Hello,
I want to triangulate scatter points with constraints. The constrained edges would be the red lines connecting the red points (see image).
I only know their coordinates. How can I define those edges ? Or is there another way to do this ?
Thank you in advance.
Antworten (1)
Matt J
am 3 Sep. 2021
0 Stimmen
You could use inpolygon to find which points lie within the polygons formed by the red points. Then, triangulate that subset.
Kategorien
Mehr zu Triangulation Representation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!