roty

Matrice de transformation 3x3 pour rotation autour de l'axe y

📝 Syntaxe

  • rm = roty(angle)

📥 Argument d'entrée

  • angle - angle en degrés : valeur scalaire.

📤 Argument de sortie

  • rm - matrice de transformation 3x3 : matrice orthogonale à valeurs réelles.

📄 Description

roty renvoie la matrice de transformation 3x3 correspondant à une rotation autour de l'axe y.

📚 Bibliographie

Goldstein, H., C. Poole and J. Safko, Classical Mechanics, 3rd Edition, San Francisco: Addison Wesley, 2002, pp. 142–144.

💡 Exemple

r = roty(90)

🔗 Voir aussi

rotx, rotz.

🕔 Historique

Version
📄 Description

1.0.0

version initiale

Last updated

Was this helpful?