rotVecAroundArbAxis​(unitVec2Rotate,rot​ationAxisUnitVec,th​eta)

Vectorized 3-D rotation of any vector around an arbitrary axis
779 download
Aggiornato 30 lug 2015

Visualizza la licenza

This routine will allow a 3-D unit vector to be rotated around a 3-D axis defined by the user. This is performed by first rotating the unit vector around it's own cartesian axis (in this case we will rotate the vector around the z-axis, [0 0 1]) corresponding to each rotation angle specified by the user. This rotated vector is then transformed around the user defined axis of rotation.
To see a demonstration, simply run the following command in your MATLAB command prompt:
>> rotVecAroundArbAxis();

Cita come

Darin Koblick (2024). rotVecAroundArbAxis(unitVec2Rotate,rotationAxisUnitVec,theta) (https://www.mathworks.com/matlabcentral/fileexchange/49916-rotvecaroundarbaxis-unitvec2rotate-rotationaxisunitvec-theta), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su 3-D Scene Control in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: Efficient Vector Rotation Matrix Routine

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Added graph of outputs
Added an additional rotation upfront to ensure that the rotation about the z-axis is consistent.

1.0.0.0