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!