quat2anax.m

From Spinach Documentation Wiki
Revision as of 14:36, 26 December 2018 by Admin (talk | contribs)
Jump to: navigation, search

Converts a quaternion into angle-axis rotation parameters.

Syntax

    [rot_axis,rot_angle]=quat2anax(q)

Arguments

    q   -   quaternion, a structure with four fields
            q.u, q.i, q.j, q.k giving the four compo-
            nents of the quaternion

Outputs

    rot_axis  - cartesian direction vector as a row 
                with three real elements
    rot_angle - rotation angle in radians

Notes

See the notes on rotation conventions for the basic definitions of rotations in Spinach.

See also

Links to related functions.


Version 2.3, authors: Ilya Kuprov