view doc/interpreter/quaternion.txi @ 6658:db6d908e8a03 ss-2-9-12

[project @ 2007-05-23 04:38:07 by jwe]
author jwe
date Wed, 23 May 2007 04:38:08 +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)