built-in function for rotating a curve
2 ビュー (過去 30 日間)
古いコメントを表示
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)?
0 件のコメント
回答 (1 件)
Andreas Bernatzky
2019 年 4 月 18 日
yep have a look at: https://de.mathworks.com/help/matlab/ref/rotate.html
3 件のコメント
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.
参考
カテゴリ
Help Center および File Exchange で Assembly についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!