# HG changeset patch # User hodelas # Date 948295312 0 # Node ID 1f2ce6b49c572e512602e0e519f6a06b0cf84342 # Parent 79d76eca8e0841645c2ce789fa05dc43f0250cd8 [project @ 2000-01-19 15:21:52 by hodelas] Added quaternion.txi to cvs archive; primary documentation is in scripts/quaternion/quaternion.ps diff -r 79d76eca8e08 -r 1f2ce6b49c57 doc/interpreter/quaternion.txi --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/interpreter/quaternion.txi Wed Jan 19 15:21:52 2000 +0000 @@ -0,0 +1,39 @@ +@c DO NOT EDIT! Generated automatically by munge-texi. + +@c Copyright (C) 1996, 1997 John W. Eaton +@c This is part of the Octave manual. +@c For copying conditions, see the file gpl.texi. + +@node Quaternions, System Utilities, Audio Processing, Top +@chapter Quaternions + +Quaternions are hypercomplex numbers +used to represent spatial rotations in three dimensions. +This set of routines provides a useful basis for working with quaternions +in Octave. A tutorial is in the Octave source, +scripts/quaternion/quaternion.ps. + +A. S. Hodel, Associate Professor, Auburn University. + +@DOCSTRING(demoquat) + +@DOCSTRING(qconj) + +@DOCSTRING(qccordinate_plot) + +@DOCSTRING(qderiv) + +@DOCSTRING(qderivmat) + +@DOCSTRING(qinv) + +@DOCSTRING(qmult) + +@DOCSTRING(qtrans) + +@DOCSTRING(qtransv) + +@DOCSTRING(qtransvmat) + +@DOCSTRING(quaternion) +