Re: axis-angle rotations



quat <spam@xxxxxxxx> wrote:
My book, "Computer Animation: Algorithms and Techniques," says "Note that
the axis-angle representation [of rotations] cannot be easily used when
compiling a series of rotations."

What does that mean? If you had several axis-angle rotation matrices,

Well, once you have matrices, you're using matrix representation, but
no longer using the axis-angle representation, and so the above
statement doesn't apply.

Matrices and quaternions are usable for composition of rotations.
Euler angles and axis+angle aren't.

From my understanding, axis-angle representation can be interpolated
just as well as a quaternion can by interpolating the angle and axis
vector separately.

Well, if you're so sure of that --- go ahead and try it out. Just
spare us the complaints if you don't like the results. ;-)

--
Hans-Bernhard Broeker (broeker@xxxxxxxxxxxxxxxxxxxxx)
Even if all the snow were burnt, ashes would remain.
.



Relevant Pages

  • axis-angle rotations
    ... compiling a series of rotations." ... representation that contains the same information in a different form. ... compiling a series of rotations into a single representation." ... How are quaternions superior to axis-angle representation? ...
    (comp.graphics.algorithms)
  • Re: Unitary matrix. - Rotation matrix
    ... I don't see any singularities since this gives a nice diagonal matrix. ... For the rotation matrices I gave are good for this kind of rotations. ... > obtains 4D rotations by means of quaternions, ... > the order of rotations in the successive coordinate planes. ...
    (sci.math)
  • Re: Analytic Functions in 3D?--
    ... The ingredients for differentiability are the four principal arithmetical operations and the limit concept, ... As regards quaternions: the norm in the quaternion skew field yields the well-known Euclidean metric with its accompanying topology. ... The snag is in the 4D rotations. ...
    (sci.math)
  • 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)
  • Re: Analytic Functions in 3D?-
    ... I've been studying the remarkable properties of analytic functions in the complex plane and their relationship to conformal mapping. ... As regards quaternions: the norm in the quaternion skew field yields the well-known Euclidean metric with its accompanying topology. ... The snag is in the 4D rotations. ...
    (sci.math)