Rotate Normal Around Tangent
이전 댓글 표시
I want to rotate a normal vector around a tangent vector to create a circle. I have not been able to find anything to do this. Does such a function exist? Or how would I generate one?
Thanks.
댓글 수: 2
Matt J
2012년 10월 5일
Clarify what this is supposed to do. What data are you given and in what form? What will the output data be, and in what form?
Paul Huter
2012년 10월 5일
채택된 답변
추가 답변 (2개)
Muthu Annamalai
2012년 10월 5일
0 개 추천
Paul, You need to find the points of a 2D rotation transform using the equations, for example affine transformation http://en.wikipedia.org/wiki/Rotation_(mathematics), and then you may visualize it using plot() commands. HTH, -Muthu
Image Analyst
2012년 10월 6일
편집: Image Analyst
2012년 10월 6일
0 개 추천
Sounds like the streamtube() function. Could that be used? Or maybe morphological dilation, imdilate(). For morphological dilation, imagine a sphere whose center is tracing out your 3D curve. The dilated volumetric image is the volume swept out by that sphere as it travels along your curve.
카테고리
도움말 센터 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!