DelaunayTri output relation to inputs
Afficher commentaires plus anciens
Hi,
This is likely a silly question, but if I have a vector of x,y coordinates which I pass to DelaunayTri:
dt = DelaunayTri(tri_x,tri_y);
What exactly is the relation between dt and tri_x and tri_y? Trying to understand this, I looked at the vertex attachments:
t = vertexAttachments(dt);
t{1}
ans = 726 820 822 821 735
Does that mean that the x,y coordinates of the points with vertexes attached by an edge to point 1 is tri_x(726), tri_y(726), etc.?
Thank you, Michael
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Aerospace Blockset dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!