how can i rotate a plane?

조회 수: 3 (최근 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에서 Geoscience에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by