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?
|