rm = roty(angle)
| Paramètre | Description |
|---|---|
| angle | angle en degrés : valeur scalaire. |
| Paramètre | Description |
|---|---|
| rm | matrice de transformation 3x3 : matrice orthogonale à valeurs réelles. |
roty renvoie la matrice de transformation 3x3 correspondant à une rotation autour de l'axe y.
r = roty(90)
| Version | Description |
|---|---|
| 1.0.0 | version initiale |