Difference between revisions of "Rotations"

From AIRWiki
Jump to: navigation, search
(basic properties, references to DCM and Quaternions)
 
m (Rotations)
Line 1: Line 1:
==Rotations==
 
 
 
You have several choices when choosing how to represent a rotation in 3D space. Representations mostly differ in
 
You have several choices when choosing how to represent a rotation in 3D space. Representations mostly differ in
 
* number of parameters (space) required
 
* number of parameters (space) required

Revision as of 15:04, 26 October 2007

You have several choices when choosing how to represent a rotation in 3D space. Representations mostly differ in

  • number of parameters (space) required
  • globality (capacity to express *every* rotation) and singularities
  • readability to humans

but more minor characteristics exist like complexity, multiplicity (more parametrizations for the same physical rotation) and numerical behaviour.

The most useful rotation representations to know of for practical use are the Direction Cosine Matrix and the Quaternion. Wikipedia has a rough introduction on more of the other existing representations.