Constraint triangulation without edges
2 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Matt J
on 3 Sep 2021
You could use inpolygon to find which points lie within the polygons formed by the red points. Then, triangulate that subset.
0 Comments
See Also
Categories
Find more on Triangulation Representation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!