built-in function for rotating a curve
이전 댓글 표시
is there any built in function to rotate any curve along any random axis(say i want to rotate a bezier curve along [1 1 1] by 30 degrees)?
답변 (1개)
Andreas Bernatzky
2019년 4월 18일
0 개 추천
yep have a look at: https://de.mathworks.com/help/matlab/ref/rotate.html
댓글 수: 3
rutvik baxi
2019년 4월 18일
Walter Roberson
2019년 4월 18일
Do you want to rotate or do you want a revolution? rotate changes the coordinate system but not the shape, but revolution is the collection of points occupied while rotating, like revolving a rectangle can give a cylinder.
rutvik baxi
2019년 4월 19일
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!