how can i rotate a plane?

4 次查看(过去 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 CenterFile Exchange 中查找有关 Cartesian Coordinate System Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by