double | fT | |
double | TEveVectorT<double>::fX | Components of the vector. |
double | TEveVectorT<double>::fY | Components of the vector. |
double | TEveVectorT<double>::fZ | Components of the vector. |
{ fX += v.fX; fY += v.fY; fZ += v.fZ; return *this; }
{ fX -= v.fX; fY -= v.fY; fZ -= v.fZ; return *this; }