how can i rotate a plane?

2 ビュー (過去 30 日間)
Boddu Meghanadh
Boddu Meghanadh 2018 年 2 月 13 日
編集済み: Matt J 2018 年 2 月 13 日
i want to rotate a triangular laminate counter clockwise about the normal of another triangular laminate passing through one of its vertex?

回答 (1 件)

Matt J
Matt J 2018 年 2 月 13 日
編集済み: Matt J 2018 年 2 月 13 日
This should help,
It will give you the homogeneous coordinate transformation matrix, M, of the rotation. So, if the equation for the plane to be rotated in homogeneous coordinates is,
[a,b,c,d]*[x;y;z;1]=0
then the rotated equation vector for the plane will be
M\[a;b;c;d]

カテゴリ

Help Center および File ExchangeGeoscience についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by