60 inline Tvec10(
const DT x,
const DT y,
const DT z,
const DT c,
61 const DT t,
const DT u,
const DT v,
const DT w,
62 const DT a,
const DT b)
64 assign(x,y,z,c,t,u,v,w,a,b);
73 inline void assign(
const DT x,
const DT y,
const DT z,
const DT c,
74 const DT t,
const DT u,
const DT v,
const DT w,
75 const DT a,
const DT b)
FloatingPointVector(DT value=DT(0))
An ten dimensional vector class for floating point types.
FloatingPointVector< DT, 10 > Superclass
A typedef as a shorthand for the base class.
Tvec10(const DT x, const DT y, const DT z, const DT c, const DT t, const DT u, const DT v, const DT w, const DT a, const DT b)
DT ComponentType
A typedef to 'export' the type of components.
Tvec10(const Superclass &v)
void assign(const MLfloat x, const MLfloat y, const MLfloat z, const MLfloat c, const MLfloat t, const MLfloat u, const MLfloat v, const MLfloat w, const MLfloat a, const MLfloat b)
Tvec10< MLdouble > Vector10
A vector with ten components of type double.
Tvec10< MLfloat > Vector10f
A vector with ten components of type float.
Tvec10< MLldouble > Vector10ld
A vector with ten components of type long double.
Tvec10< MLdouble > Vector10d
A vector with ten components of type double.