Borrar filtros
Borrar filtros

Constraint triangulation without edges

1 visualización (últimos 30 días)
Nicolas Rogalski
Nicolas Rogalski el 3 de Sept. de 2021
Respondida: Matt J el 3 de Sept. de 2021
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.

Respuestas (1)

Matt J
Matt J el 3 de Sept. de 2021
You could use inpolygon to find which points lie within the polygons formed by the red points. Then, triangulate that subset.

Categorías

Más información sobre Triangulation Representation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by