i want to rotate a triangular laminate counter clockwise about the normal of another triangular laminate passing through one of its vertex?

Réponses (1)

Matt J
Matt J le 13 Fév 2018
Modifié(e) : Matt J le 13 Fév 2018

0 votes

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]

Modifié(e) :

le 13 Fév 2018

Community Treasure Hunt

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

Start Hunting!

Translated by