85 inline Vector2D(
const Cmpt& vx,
const Cmpt& vy);
95 inline const Cmpt&
x()
const;
96 inline const Cmpt&
y()
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Templated 2D Vector derived from VectorSpace adding construction from 2 components,...
scalar perp(const Vector2D< Cmpt > &b) const
Perp dot product (dot product with perpendicular vector)
static const direction rank
Rank of Vector2D is 1.
components
Component labeling enumeration.
Vector2D()
Construct null.
Vector2D< label > labelType
Equivalent type of labels used for valid component indexing.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...