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;
components
Component labeling enumeration.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
dual operator*() const
Return the dual spatial vector.
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.
SpatialVector()
Construct null.
Vector< Cmpt > l() const
Return the linear part of the spatial vector as a vector.
Templated 3D Vector derived from VectorSpace adding construction from 3 components, element access using x(), y() and z() member functions and the inner-product (dot-product) and cross product operators.
Templated 3D spatial vector derived from VectorSpace used to represent the anglular and linear compon...
Vector< Cmpt > w() const
Return the angular part of the spatial vector as a vector.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...