changeset 3463:4e817955149b

[project @ 2000-01-19 18:54:40 by jwe]
author jwe
date Wed, 19 Jan 2000 18:54:40 +0000
parents 04aef7306dca
children ab5ae0aca0f1
files doc/interpreter/quaternion.txi
diffstat 1 files changed, 8 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/quaternion.txi	Wed Jan 19 17:16:45 2000 +0000
+++ b/doc/interpreter/quaternion.txi	Wed Jan 19 18:54:40 2000 +0000
@@ -1,5 +1,3 @@
-@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.
@@ -7,20 +5,18 @@
 @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.
+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.
+These functions were written by A. S. Hodel, Associate Professor,
+Auburn University.
 
-@DOCSTRING(demoquat)
+@DOCSTRING(quaternion)
 
 @DOCSTRING(qconj)
 
-@DOCSTRING(qccordinate_plot)
-
 @DOCSTRING(qderiv)
 
 @DOCSTRING(qderivmat)
@@ -35,5 +31,4 @@
 
 @DOCSTRING(qtransvmat)
 
-@DOCSTRING(quaternion)
-
+@DOCSTRING(qcoordinate_plot)