View Single Post
  #1  
Old 02-15-2007, 10:16 AM
Jerry Jerry is offline
Member
 
Join Date: Jun 2004
Posts: 105
Rotation and Euler

When I rotate and object with obj.rotate(0,90,30) and then get the
Euler angles with obj.get(viz.EULER), in Viz 2.5 I get
[-21.9, 90, 8.06], but in Viz 3 I get [75, 90, 105].
Why the difference. Which is correct? Why aren't the Euler angles
the same as the angles in the rotate command?
Reply With Quote