How to do triangulation after insert a new point
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
LIN Hongbin
le 18 Jan 2016
Commenté : Mike Garrity
le 25 Jan 2016
As is shown in the image,a new point D(0.5,0.5,0) is interpolated on edge OB.As result,the 2 original triangles are divided into 4 triangles.I have two matrix about the original triangls:p[0 0 0;0 0 1;0 1 0;1 0 0]which represents the coordinates of all the vertexes,t[1 2 3;1 3 4]represents the indexes of the vertexes composing each triangle.How to create a new t matrix ?
2 commentaires
Réponse acceptée
Mike Garrity
le 18 Jan 2016
2 commentaires
Mike Garrity
le 25 Jan 2016
I think you would have to project onto the surface of your model, or onto something that can stand in for the surface. That's easy if your surface is single valued on the projection onto some plane, but hard for more general surfaces.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Delaunay Triangulation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!