Mercurial > hg > octave-lyh
view doc/interpreter/quaternion.txi @ 5457:c6dc1ccd83a9
[project @ 2005-09-19 19:23:35 by jwe]
author | jwe |
---|---|
date | Mon, 19 Sep 2005 19:26:00 +0000 |
parents | aae05d51353c |
children | 083721ae3dfa |
line wrap: on
line source
@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 @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. These functions were written by A. S. Hodel, Associate Professor, Auburn University. @DOCSTRING(quaternion) @DOCSTRING(qconj) @DOCSTRING(qderiv) @DOCSTRING(qderivmat) @DOCSTRING(qinv) @DOCSTRING(qmult) @DOCSTRING(qtrans) @DOCSTRING(qtransv) @DOCSTRING(qtransvmat) @DOCSTRING(qcoordinate_plot)