3461
|
1 @c Copyright (C) 1996, 1997 John W. Eaton |
|
2 @c This is part of the Octave manual. |
|
3 @c For copying conditions, see the file gpl.texi. |
|
4 |
4167
|
5 @node Quaternions |
3461
|
6 @chapter Quaternions |
|
7 |
3463
|
8 Quaternions are hypercomplex numbers used to represent spatial |
|
9 rotations in three dimensions. This set of routines provides a useful |
|
10 basis for working with quaternions in Octave. A tutorial is in the |
|
11 Octave source, scripts/quaternion/quaternion.ps. |
3461
|
12 |
3463
|
13 These functions were written by A. S. Hodel, Associate Professor, |
|
14 Auburn University. |
3461
|
15 |
3463
|
16 @DOCSTRING(quaternion) |
3461
|
17 |
|
18 @DOCSTRING(qconj) |
|
19 |
|
20 @DOCSTRING(qderiv) |
|
21 |
|
22 @DOCSTRING(qderivmat) |
|
23 |
|
24 @DOCSTRING(qinv) |
|
25 |
|
26 @DOCSTRING(qmult) |
|
27 |
|
28 @DOCSTRING(qtrans) |
|
29 |
|
30 @DOCSTRING(qtransv) |
|
31 |
|
32 @DOCSTRING(qtransvmat) |
|
33 |
3463
|
34 @DOCSTRING(qcoordinate_plot) |