#include "TMath.h"
Go to the source code of this file.
Classes | |
class | TEveVectorT< TT > |
class | TEveVector4T< TT > |
class | TEveVector2T< TT > |
Typedefs | |
typedef TEveVectorT< Float_t > | TEveVector |
typedef TEveVectorT< Float_t > | TEveVectorF |
typedef TEveVectorT< Double_t > | TEveVectorD |
typedef TEveVector4T< Float_t > | TEveVector4 |
typedef TEveVector4T< Float_t > | TEveVector4F |
typedef TEveVector4T< Double_t > | TEveVector4D |
typedef TEveVector2T< Float_t > | TEveVector2 |
typedef TEveVector2T< Float_t > | TEveVector2F |
typedef TEveVector2T< Double_t > | TEveVector2D |
Functions | |
template<typename TT> | |
TEveVectorT< TT > | operator+ (const TEveVectorT< TT > &a, const TEveVectorT< TT > &b) |
template<typename TT> | |
TEveVectorT< TT > | operator- (const TEveVectorT< TT > &a, const TEveVectorT< TT > &b) |
template<typename TT> | |
TEveVectorT< TT > | operator * (const TEveVectorT< TT > &a, TT b) |
template<typename TT> | |
TEveVectorT< TT > | operator * (TT b, const TEveVectorT< TT > &a) |
template<typename TT> | |
TEveVector4T< TT > | operator+ (const TEveVector4T< TT > &a, const TEveVector4T< TT > &b) |
template<typename TT> | |
TEveVector4T< TT > | operator- (const TEveVector4T< TT > &a, const TEveVector4T< TT > &b) |
template<typename TT> | |
TEveVector4T< TT > | operator * (const TEveVector4T< TT > &a, TT b) |
template<typename TT> | |
TEveVector4T< TT > | operator * (TT b, const TEveVector4T< TT > &a) |
template<typename TT> | |
TEveVector2T< TT > | operator+ (const TEveVector2T< TT > &a, const TEveVector2T< TT > &b) |
template<typename TT> | |
TEveVector2T< TT > | operator- (const TEveVector2T< TT > &a, const TEveVector2T< TT > &b) |
template<typename TT> | |
TEveVector2T< TT > | operator * (const TEveVector2T< TT > &a, TT b) |
template<typename TT> | |
TEveVector2T< TT > | operator * (TT b, const TEveVector2T< TT > &a) |
typedef TEveVectorT<Float_t> TEveVector |
Definition at line 93 of file TEveVector.h.
typedef TEveVector2T<Float_t> TEveVector2 |
Definition at line 335 of file TEveVector.h.
typedef TEveVector2T<Double_t> TEveVector2D |
Definition at line 337 of file TEveVector.h.
typedef TEveVector2T<Float_t> TEveVector2F |
Definition at line 336 of file TEveVector.h.
typedef TEveVector4T<Float_t> TEveVector4 |
Definition at line 242 of file TEveVector.h.
typedef TEveVector4T<Double_t> TEveVector4D |
Definition at line 244 of file TEveVector.h.
typedef TEveVector4T<Float_t> TEveVector4F |
Definition at line 243 of file TEveVector.h.
typedef TEveVectorT<Double_t> TEveVectorD |
Definition at line 95 of file TEveVector.h.
typedef TEveVectorT<Float_t> TEveVectorF |
Definition at line 94 of file TEveVector.h.
TEveVector2T<TT> operator * | ( | TT | b, | |
const TEveVector2T< TT > & | a | |||
) | [inline] |
TEveVector2T<TT> operator * | ( | const TEveVector2T< TT > & | a, | |
TT | b | |||
) | [inline] |
TEveVector4T<TT> operator * | ( | TT | b, | |
const TEveVector4T< TT > & | a | |||
) | [inline] |
TEveVector4T<TT> operator * | ( | const TEveVector4T< TT > & | a, | |
TT | b | |||
) | [inline] |
TEveVectorT<TT> operator * | ( | TT | b, | |
const TEveVectorT< TT > & | a | |||
) | [inline] |
TEveVectorT<TT> operator * | ( | const TEveVectorT< TT > & | a, | |
TT | b | |||
) | [inline] |
TEveVector2T<TT> operator+ | ( | const TEveVector2T< TT > & | a, | |
const TEveVector2T< TT > & | b | |||
) | [inline] |
TEveVector4T<TT> operator+ | ( | const TEveVector4T< TT > & | a, | |
const TEveVector4T< TT > & | b | |||
) | [inline] |
TEveVectorT<TT> operator+ | ( | const TEveVectorT< TT > & | a, | |
const TEveVectorT< TT > & | b | |||
) | [inline] |
TEveVector2T<TT> operator- | ( | const TEveVector2T< TT > & | a, | |
const TEveVector2T< TT > & | b | |||
) | [inline] |
TEveVector4T<TT> operator- | ( | const TEveVector4T< TT > & | a, | |
const TEveVector4T< TT > & | b | |||
) | [inline] |
TEveVectorT<TT> operator- | ( | const TEveVectorT< TT > & | a, | |
const TEveVectorT< TT > & | b | |||
) | [inline] |