Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
rotate
rotação de um conjunto de pontos
Seqüência de Chamamento
xy1=rotate(xy,[theta,orig])
Parâmetros
- xy
matriz de tamanho (2,.).
- xy1
matriz de tamanho (2,.).
- theta
real, ângulo em radianos; o valor padrão é 0.
- orig
centro de rotação; o valor padrão é [0;0].
Descrição
rotate
executa a rotação com o ângulo
theta
:
xy1(:,i) = M(theta) *xy (:,i) + orig
onde M
é a matriz de rotação
correspondente.
Comments
Add a comment:
Please login to comment this page.