Logo ROOT   6.08/07
Reference Guide
Classes | Typedefs | Functions
TEveVector.h File Reference
#include "TMath.h"
Include dependency graph for TEveVector.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TEveVector2T< TT >
 Minimal, templated two-vector. More...
 
class  TEveVector4T< TT >
 Minimal, templated four-vector. More...
 
class  TEveVectorT< TT >
 Minimal, templated three-vector. More...
 

Typedefs

typedef TEveVectorT< Float_tTEveVector
 
typedef TEveVector2T< Float_tTEveVector2
 
typedef TEveVector2T< Double_tTEveVector2D
 
typedef TEveVector2T< Float_tTEveVector2F
 
typedef TEveVector4T< Float_tTEveVector4
 
typedef TEveVector4T< Double_tTEveVector4D
 
typedef TEveVector4T< Float_tTEveVector4F
 
typedef TEveVectorT< Double_tTEveVectorD
 
typedef TEveVectorT< Float_tTEveVectorF
 

Functions

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, TT b)
 
template<typename TT >
TEveVector4T< TT > operator* (TT b, const TEveVector4T< TT > &a)
 
template<typename TT >
TEveVector2T< TT > operator* (const TEveVector2T< TT > &a, TT b)
 
template<typename TT >
TEveVector2T< TT > operator* (TT b, const TEveVector2T< TT > &a)
 
template<typename TT >
TEveVectorT< TT > operator+ (const TEveVectorT< TT > &a, const TEveVectorT< TT > &b)
 
template<typename TT >
TEveVector4T< TT > operator+ (const TEveVector4T< TT > &a, const TEveVector4T< TT > &b)
 
template<typename TT >
TEveVector2T< TT > operator+ (const TEveVector2T< TT > &a, const TEveVector2T< TT > &b)
 
template<typename TT >
TEveVectorT< TT > operator- (const TEveVectorT< TT > &a, const TEveVectorT< TT > &b)
 
template<typename TT >
TEveVector4T< TT > operator- (const TEveVector4T< TT > &a, const TEveVector4T< TT > &b)
 
template<typename TT >
TEveVector2T< TT > operator- (const TEveVector2T< TT > &a, const TEveVector2T< TT > &b)
 

Typedef Documentation

◆ TEveVector

Definition at line 93 of file TEveVector.h.

◆ TEveVector2

Definition at line 335 of file TEveVector.h.

◆ TEveVector2D

Definition at line 337 of file TEveVector.h.

◆ TEveVector2F

Definition at line 336 of file TEveVector.h.

◆ TEveVector4

Definition at line 242 of file TEveVector.h.

◆ TEveVector4D

Definition at line 244 of file TEveVector.h.

◆ TEveVector4F

Definition at line 243 of file TEveVector.h.

◆ TEveVectorD

Definition at line 95 of file TEveVector.h.

◆ TEveVectorF

Definition at line 94 of file TEveVector.h.

Function Documentation

◆ operator*() [1/6]

template<typename TT >
TEveVectorT<TT> operator* ( const TEveVectorT< TT > &  a,
TT  b 
)
inline

Definition at line 192 of file TEveVector.h.

◆ operator*() [2/6]

template<typename TT >
TEveVectorT<TT> operator* ( TT  b,
const TEveVectorT< TT > &  a 
)
inline

Definition at line 200 of file TEveVector.h.

◆ operator*() [3/6]

template<typename TT >
TEveVector4T<TT> operator* ( const TEveVector4T< TT > &  a,
TT  b 
)
inline

Definition at line 262 of file TEveVector.h.

◆ operator*() [4/6]

template<typename TT >
TEveVector4T<TT> operator* ( TT  b,
const TEveVector4T< TT > &  a 
)
inline

Definition at line 269 of file TEveVector.h.

◆ operator*() [5/6]

template<typename TT >
TEveVector2T<TT> operator* ( const TEveVector2T< TT > &  a,
TT  b 
)
inline

Definition at line 412 of file TEveVector.h.

◆ operator*() [6/6]

template<typename TT >
TEveVector2T<TT> operator* ( TT  b,
const TEveVector2T< TT > &  a 
)
inline

Definition at line 420 of file TEveVector.h.

◆ operator+() [1/3]

template<typename TT >
TEveVectorT<TT> operator+ ( const TEveVectorT< TT > &  a,
const TEveVectorT< TT > &  b 
)
inline

Definition at line 176 of file TEveVector.h.

◆ operator+() [2/3]

template<typename TT >
TEveVector4T<TT> operator+ ( const TEveVector4T< TT > &  a,
const TEveVector4T< TT > &  b 
)
inline

Definition at line 248 of file TEveVector.h.

◆ operator+() [3/3]

template<typename TT >
TEveVector2T<TT> operator+ ( const TEveVector2T< TT > &  a,
const TEveVector2T< TT > &  b 
)
inline

Definition at line 396 of file TEveVector.h.

◆ operator-() [1/3]

template<typename TT >
TEveVectorT<TT> operator- ( const TEveVectorT< TT > &  a,
const TEveVectorT< TT > &  b 
)
inline

Definition at line 184 of file TEveVector.h.

◆ operator-() [2/3]

template<typename TT >
TEveVector4T<TT> operator- ( const TEveVector4T< TT > &  a,
const TEveVector4T< TT > &  b 
)
inline

Definition at line 255 of file TEveVector.h.

◆ operator-() [3/3]

template<typename TT >
TEveVector2T<TT> operator- ( const TEveVector2T< TT > &  a,
const TEveVector2T< TT > &  b 
)
inline

Definition at line 404 of file TEveVector.h.