48 #ifndef SpatialVector_H
49 #define SpatialVector_H
126 inline const Cmpt&
wx()
const;
127 inline const Cmpt&
wy()
const;
128 inline const Cmpt&
wz()
const;
130 inline const Cmpt&
lx()
const;
131 inline const Cmpt&
ly()
const;
132 inline const Cmpt&
lz()
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Class to represent the dual spatial vector.
const SpatialVector & v() const
Return the parent SpatialVector.
dual(const SpatialVector &v)
Construct the dual of the given SpatialVector.
Templated 3D spatial vector derived from VectorSpace used to represent the anglular and linear compon...
dual operator*() const
Return the dual spatial vector.
Vector< Cmpt > w() const
Return the angular part of the spatial vector as a vector.
components
Component labeling enumeration.
Vector< Cmpt > l() const
Return the linear part of the spatial vector as a vector.
SpatialVector()
Construct null.
VectorSpace< SpatialVector< Cmpt >, Cmpt, Ncmpts > vsType
VectorSpace type.
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...