Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
rotate
rotation d'un ensemble de points dans le plan
Séquence d'appel
xy1=rotate(xy,[theta,orig])
Paramètres
- xy
matrice de taille (2,n).
- xy1
matrice de taille (2,n).
- theta
réel, angle en radians (0 par défaut).
- orig
centre de la rotation [xc;yc] ([0;0] par défaut)
Description
rotate
effectue une rotation d'angle theta theta
:
xy1(:,i) = M(theta) *(xy(:,i) - orig) + orig
où M
représente la matrice de rotation correspondante.
Exemples
Report an issue | ||
<< move | transform | scaling >> |