Finding normal curvature from principal curvatures?
4 次查看(过去 30 天)
显示 更早的评论
I have two principal curvatures defined as:
k1 = H + sqrt(H.^2 - K);
k2 = H - sqrt(H.^2 - K);
and I would like to define the normal curvature as:
kn = k1.*cos(the).^2 + k2.*sin(the).^2;
However, I'm having some trouble finding the (theta). What I understand is that this will be the angle in the tangent plane measured CCW from the direction of minimum curvature. My principal curvatures are saved as an [x,y] matrix of values -- how do I find the direction of minimum curvature and relate this back to the tangent plane?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!