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 views (last 30 days)
Show older comments
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 Comments
Answers (2)
Massimo Zanetti
on 3 Oct 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 Comments
See Also
Categories
Find more on Surface and Mesh Plots 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!