60 inline Tvec7(
const DT x,
const DT y,
const DT z,
const DT c,
61 const DT t,
const DT u,
const DT v)
72 inline void assign(
const DT x,
const DT y,
const DT z,
const DT c,
73 const DT t,
const DT u,
const DT v)
FloatingPointVector(DT value=DT(0))
An seven dimensional vector class for floating point types.
FloatingPointVector< DT, 7 > Superclass
A typedef as a shorthand for the base class.
DT ComponentType
A typedef to 'export' the type of components.
Tvec7(const DT x, const DT y, const DT z, const DT c, const DT t, const DT u, const DT v)
void assign(const MLfloat x, const MLfloat y, const MLfloat z, const MLfloat c, const MLfloat t, const MLfloat u, const MLfloat v)
Tvec7(const Superclass &v)
Tvec7< MLldouble > Vector7ld
A vector with seven components of type long double.
Tvec7< MLdouble > Vector7d
A vector with seven components of type double.
Tvec7< MLdouble > Vector7
A vector with seven components of type double.
Tvec7< MLfloat > Vector7f
A vector with seven components of type float.