altos: Add functions to init quaternions from vector pairs and euler angles
authorKeith Packard <keithp@keithp.com>
Mon, 28 Oct 2013 06:11:37 +0000 (23:11 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 28 Oct 2013 06:11:37 +0000 (23:11 -0700)
Our low sampling rate means that the "cheap" hack for
integrating quaternion rotations by using sin(x) ≃ x doesn't work, so
instead we have to compute the partial rotation the hard way.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found