Raw Message
Message-ID: <576962D9.2030307@utu.fi>
Date: 2016-06-21T15:52:57Z
From: Atte Tenkanen
Subject: About the parameters of rotationMatrix
In-Reply-To: <acc24916-6d46-0720-8805-971244fb517e@gmail.com>
Oh, thanks... ;-)
Atte
21.6.2016, 17.30, Duncan Murdoch kirjoitti:
> for(i in 1: 10)
> {
> a2=i*0.1; b2=i*0.2; c2=i*0.3
> print(c(a2,b2,c2))
> UserMatrix = rotationMatrix(pi/4,a2,b2,c2)
> print(UserMatrix)
> }