BALL::TVector4< T > Member List
This is the complete list of members for
BALL::TVector4< T >, including all inherited members.
clear() | BALL::TVector4< T > | [inline, virtual] |
dump(std::ostream &s=std::cout, Size depth=0) const | BALL::TVector4< T > | [inline] |
get(T *ptr) const | BALL::TVector4< T > | [inline] |
get(T &rx, T &ry, T &rz, T &rh) const | BALL::TVector4< T > | [inline] |
get(TVector4 &vector) const | BALL::TVector4< T > | [inline] |
getDistance(const TVector4 &vector) const | BALL::TVector4< T > | [inline] |
getLength() const | BALL::TVector4< T > | [inline] |
getSquareDistance(const TVector4 &vector) const | BALL::TVector4< T > | [inline] |
getSquareLength() const | BALL::TVector4< T > | [inline] |
getUnit() | BALL::TVector4< T > | [inline, static] |
getZero() | BALL::TVector4< T > | [inline, static] |
h | BALL::TVector4< T > | |
isOrthogonalTo(const TVector4 &vector) const | BALL::TVector4< T > | [inline] |
isValid() const | BALL::TVector4< T > | [inline] |
normalize() | BALL::TVector4< T > | [inline] |
operator!=(const TVector4 &vector) const | BALL::TVector4< T > | [inline] |
operator*(const T &scalar) | BALL::TVector4< T > | [inline] |
operator*(const TVector4 &vector) const | BALL::TVector4< T > | [inline] |
operator*=(const T &scalar) | BALL::TVector4< T > | [inline] |
operator+() const | BALL::TVector4< T > | [inline] |
operator+=(const TVector4 &vector) | BALL::TVector4< T > | [inline] |
operator-() const | BALL::TVector4< T > | [inline] |
operator-=(const TVector4 &vector) | BALL::TVector4< T > | [inline] |
operator/(const T &scalar) | BALL::TVector4< T > | [inline] |
operator/=(const T &scalar) | BALL::TVector4< T > | [inline] |
operator=(const T *ptr) | BALL::TVector4< T > | [inline] |
operator=(const TVector4 &vector) | BALL::TVector4< T > | [inline] |
operator=(T value) | BALL::TVector4< T > | [inline] |
operator==(const TVector4 &vector) const | BALL::TVector4< T > | [inline] |
operator[](Position position) | BALL::TVector4< T > | [inline] |
operator[](Position position) const | BALL::TVector4< T > | [inline] |
set(const T *ptr) | BALL::TVector4< T > | [inline] |
set(const T &rx, const T &ry, const T &rz, const T &rh=(T) 1) | BALL::TVector4< T > | [inline] |
set(const TVector4 &vector) | BALL::TVector4< T > | [inline] |
set(const T &value=(T) 1) | BALL::TVector4< T > | [inline] |
swap(TVector4 &vector) | BALL::TVector4< T > | [inline] |
TVector4() | BALL::TVector4< T > | [inline] |
TVector4(const T *ptr) | BALL::TVector4< T > | [inline] |
TVector4(const T &value) | BALL::TVector4< T > | [inline, explicit] |
TVector4(const T &x, const T &y, const T &z, const T &h=(T) 1) | BALL::TVector4< T > | [inline] |
TVector4(const TVector4 &vector) | BALL::TVector4< T > | [inline] |
x | BALL::TVector4< T > | |
y | BALL::TVector4< T > | |
z | BALL::TVector4< T > | |
~TVector4() | BALL::TVector4< T > | [inline, virtual] |