I have a 3D shape, defined with a triangular mesh model (2 matrixes: one of points; 1 of indexes of points defining triangles). I have some points of interest on this 3d shape. How can I calculate tangent planes to the surface for these points?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Matlab has many functions and ways to do it, but it somewhat always relies on having the equation for the surface. This time, I don't.
Alternatively, I could use points around my points of interest to estimate my tangent planes, but how do I select these points accurately, and in the proper axis?
Thanks ahead for your help.
0 Kommentare
Antworten (2)
Massimo Zanetti
am 3 Okt. 2016
You need to find the tangent plane that contains all your points of interest? Are they co-planar or not? How many tnagent planes do you have to compute?
0 Kommentare
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!