Rotate Normal Around Tangent
Mostrar comentarios más antiguos
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 comentarios
Matt J
el 5 de Oct. de 2012
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
el 5 de Oct. de 2012
Respuesta aceptada
Más respuestas (2)
Muthu Annamalai
el 5 de Oct. de 2012
0 votos
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
1 comentario
Paul Huter
el 5 de Oct. de 2012
Image Analyst
el 6 de Oct. de 2012
Editada: Image Analyst
el 6 de Oct. de 2012
0 votos
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.
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!