euler angles ,



My book, "Computer Animation: Algorithms and Techniques,"
talks about fixed axis rotation where you rotate an object about each of the
three *fixed* coordinate axes in some order. I see how gimbal lock can
occur with this setup. It then talks about Euler angles, which is where the
rotations always happen along the updated object axes in some order. It
then implements euler angles in terms of fixed angles and shows they are
equivalent but with reverse ordering, so euler angle can have gimbal lock
too.

However, is this because of the fixed angle implementation? If you instead
maintained the object's look, up, and right vector and used arbitrary axis
rotations, would gimbla lock still be possible? I could not visualize a
case where a degree of freedom would be lost in this situation since the
object axes are always mutually orthogonal, one axis could never line up
with another.




.



Relevant Pages

  • Re: euler angles ,
    ... It then talks about Euler angles, which is where the rotations always happen along the updated object axes in some order. ... It then implements euler angles in terms of fixed angles and shows they are equivalent but with reverse ordering, so euler angle can have gimbal lock too. ...
    (comp.graphics.algorithms)
  • Rotation on local axes
    ... all rotations affect the world axes and not the object's local ... Can someone please recommend a method to apply rotations to an object's ... rotated 45deg on its z axis and then further 45deg on its y axis. ... these rotations affect the global axes and not the object's local ones. ...
    (comp.graphics.api.opengl)
  • Re: #55 what is ...999999 + ....99999; new textbook; "Mathematical-Physics (p-adic primer) f
    ... the 3 euler angles in the order YPR. ... applying their 3 stored angles in rotations ordered RPY. ... Euler angles following the theoretical physics convention. ... subsequently from quaternion to your RPY Euler angles. ...
    (sci.math)
  • Re: Placing shapes exactly on charts.
    ... the X & Y axes. ... Dim cht As Chart ... Dim aX As Axis, aY As Axis ...
    (microsoft.public.excel.charting)
  • Re: XY Chart Improvements For Scientific Data
    ... > chart against the same x-axis. ... Why does Excel limit the number of y axes ... There is enough room for 4 axes by using both sides of each axis line ...
    (microsoft.public.excel.charting)

Loading