changeset 3461:1f2ce6b49c57

[project @ 2000-01-19 15:21:52 by hodelas] Added quaternion.txi to cvs archive; primary documentation is in scripts/quaternion/quaternion.ps
author hodelas
date Wed, 19 Jan 2000 15:21:52 +0000
parents 79d76eca8e08
children 04aef7306dca
files doc/interpreter/quaternion.txi
diffstat 1 files changed, 39 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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)
+