Loading...
Searching...
No Matches
septernion.H File Reference
Include dependency graph for septernion.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  septernion
 Septernion class used to perform translations and rotations in 3D space. More...
struct  is_contiguous< septernion >
 Contiguous data for septernion. More...
struct  is_contiguous_scalar< septernion >
 Contiguous scalar data for septernion. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

Istreamoperator>> (Istream &is, septernion &)
Ostreamoperator<< (Ostream &os, const septernion &C)
septernion inv (const septernion &tr)
 Return the inverse of the given septernion.
word name (const septernion &)
 Return a string representation of a septernion.
septernion slerp (const septernion &qa, const septernion &qb, const scalar t)
 Spherical linear interpolation of septernions. 0 for qa, 1 for qb.
septernion average (const UList< septernion > &ss, const UList< scalar > w)
 Simple weighted average.
bool operator== (const septernion &tr1, const septernion &tr2)
bool operator!= (const septernion &tr1, const septernion &tr2)
septernion operator+ (const septernion &tr, const vector &t)
septernion operator+ (const vector &t, const septernion &tr)
septernion operator- (const septernion &tr, const vector &t)
septernion operator* (const quaternion &r, const septernion &tr)
septernion operator* (const septernion &tr, const quaternion &r)
septernion operator/ (const septernion &tr, const quaternion &r)
septernion operator* (const septernion &q1, const septernion &q2)
septernion operator/ (const septernion &q1, const septernion &q2)
septernion operator* (const scalar s, const septernion &tr)
septernion operator* (const septernion &tr, const scalar s)
septernion operator/ (const septernion &tr, const scalar s)

Detailed Description

Original source file septernion.H

Definition in file septernion.H.