Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TEveVector2T< TT > Class Template Reference

template<typename TT>
class TEveVector2T< TT >

Minimal, templated two-vector.

No TObject inheritance and virtual functions. Also used in VSD.

Definition at line 280 of file TEveVector.h.

Public Member Functions

 TEveVector2T ()
 
template<typename OO >
 TEveVector2T (const TEveVector2T< OO > &v)
 
 TEveVector2T (const Float_t *v)
 
 TEveVector2T (const Double_t *v)
 
 TEveVector2T (TT x, TT y)
 
const TT * Arr () const
 
TT * Arr ()
 
 ClassDefNV (TEveVector2T, 1)
 
TT Cross (const TEveVector2T &a) const
 
TT Distance (const TEveVector2T &v) const
 
TT Dot (const TEveVector2T &a) const
 
void Dump () const
 Dump to stdout as "(x, y)\n". More...
 
TT Mag () const
 
TT Mag2 () const
 
TEveVector2TMult (const TEveVector2T &a, TT af)
 
void NegateXY ()
 
void Normalize (TT length=1)
 Normalize the vector to length if current length is non-zero. More...
 
 operator const TT * () const
 
 operator TT * ()
 
TEveVector2Toperator*= (TT s)
 
TEveVector2Toperator+= (const TEveVector2T &v)
 
TEveVector2Toperator-= (const TEveVector2T &v)
 
TT & operator[] (Int_t idx)
 
TT operator[] (Int_t idx) const
 
TT Phi () const
 
void Set (const Float_t *v)
 
void Set (const Double_t *v)
 
void Set (TT x, TT y)
 
template<typename OO >
void Set (const TEveVector2T< OO > &v)
 
TT SquareDistance (const TEveVector2T &v) const
 
TEveVector2TSub (const TEveVector2T &p, const TEveVector2T &q)
 

Public Attributes

TT fX
 
TT fY
 

#include <TEveVector.h>

Constructor & Destructor Documentation

◆ TEveVector2T() [1/5]

template<typename TT>
TEveVector2T< TT >::TEveVector2T ( )
inline

Definition at line 285 of file TEveVector.h.

◆ TEveVector2T() [2/5]

template<typename TT>
template<typename OO >
TEveVector2T< TT >::TEveVector2T ( const TEveVector2T< OO > &  v)
inline

Definition at line 287 of file TEveVector.h.

◆ TEveVector2T() [3/5]

template<typename TT>
TEveVector2T< TT >::TEveVector2T ( const Float_t v)
inline

Definition at line 288 of file TEveVector.h.

◆ TEveVector2T() [4/5]

template<typename TT>
TEveVector2T< TT >::TEveVector2T ( const Double_t v)
inline

Definition at line 289 of file TEveVector.h.

◆ TEveVector2T() [5/5]

template<typename TT>
TEveVector2T< TT >::TEveVector2T ( TT  x,
TT  y 
)
inline

Definition at line 290 of file TEveVector.h.

Member Function Documentation

◆ Arr() [1/2]

template<typename TT>
const TT* TEveVector2T< TT >::Arr ( ) const
inline

Definition at line 304 of file TEveVector.h.

◆ Arr() [2/2]

template<typename TT>
TT* TEveVector2T< TT >::Arr ( )
inline

Definition at line 305 of file TEveVector.h.

◆ ClassDefNV()

template<typename TT>
TEveVector2T< TT >::ClassDefNV ( TEveVector2T< TT >  ,
 
)

◆ Cross()

template<typename TT >
TT TEveVector2T< TT >::Cross ( const TEveVector2T< TT > &  a) const
inline

Definition at line 371 of file TEveVector.h.

◆ Distance()

template<typename TT >
TT TEveVector2T< TT >::Distance ( const TEveVector2T< TT > &  v) const
inline

Definition at line 348 of file TEveVector.h.

◆ Dot()

template<typename TT >
TT TEveVector2T< TT >::Dot ( const TEveVector2T< TT > &  a) const
inline

Definition at line 364 of file TEveVector.h.

◆ Dump()

template<typename TT >
void TEveVector2T< TT >::Dump ( ) const

Dump to stdout as "(x, y)\n".

Definition at line 144 of file TEveVector.cxx.

◆ Mag()

template<typename TT>
TT TEveVector2T< TT >::Mag ( ) const
inline

Definition at line 320 of file TEveVector.h.

◆ Mag2()

template<typename TT>
TT TEveVector2T< TT >::Mag2 ( ) const
inline

Definition at line 319 of file TEveVector.h.

◆ Mult()

template<typename TT >
TEveVector2T< TT > & TEveVector2T< TT >::Mult ( const TEveVector2T< TT > &  a,
TT  af 
)
inline

Definition at line 387 of file TEveVector.h.

◆ NegateXY()

template<typename TT>
void TEveVector2T< TT >::NegateXY ( )
inline

Definition at line 314 of file TEveVector.h.

◆ Normalize()

template<typename TT >
void TEveVector2T< TT >::Normalize ( TT  length = 1)

Normalize the vector to length if current length is non-zero.

Definition at line 131 of file TEveVector.cxx.

◆ operator const TT *()

template<typename TT>
TEveVector2T< TT >::operator const TT * ( ) const
inline

Definition at line 294 of file TEveVector.h.

◆ operator TT *()

template<typename TT>
TEveVector2T< TT >::operator TT * ( )
inline

Definition at line 295 of file TEveVector.h.

◆ operator*=()

template<typename TT>
TEveVector2T& TEveVector2T< TT >::operator*= ( TT  s)
inline

Definition at line 297 of file TEveVector.h.

◆ operator+=()

template<typename TT>
TEveVector2T& TEveVector2T< TT >::operator+= ( const TEveVector2T< TT > &  v)
inline

Definition at line 298 of file TEveVector.h.

◆ operator-=()

template<typename TT>
TEveVector2T& TEveVector2T< TT >::operator-= ( const TEveVector2T< TT > &  v)
inline

Definition at line 299 of file TEveVector.h.

◆ operator[]() [1/2]

template<typename TT>
TT& TEveVector2T< TT >::operator[] ( Int_t  idx)
inline

Definition at line 301 of file TEveVector.h.

◆ operator[]() [2/2]

template<typename TT>
TT TEveVector2T< TT >::operator[] ( Int_t  idx) const
inline

Definition at line 302 of file TEveVector.h.

◆ Phi()

template<typename TT >
TT TEveVector2T< TT >::Phi ( ) const
inline

Definition at line 341 of file TEveVector.h.

◆ Set() [1/4]

template<typename TT>
void TEveVector2T< TT >::Set ( const Float_t v)
inline

Definition at line 307 of file TEveVector.h.

◆ Set() [2/4]

template<typename TT>
void TEveVector2T< TT >::Set ( const Double_t v)
inline

Definition at line 308 of file TEveVector.h.

◆ Set() [3/4]

template<typename TT>
void TEveVector2T< TT >::Set ( TT  x,
TT  y 
)
inline

Definition at line 309 of file TEveVector.h.

◆ Set() [4/4]

template<typename TT>
template<typename OO >
void TEveVector2T< TT >::Set ( const TEveVector2T< OO > &  v)
inline

Definition at line 312 of file TEveVector.h.

◆ SquareDistance()

template<typename TT >
TT TEveVector2T< TT >::SquareDistance ( const TEveVector2T< TT > &  v) const
inline

Definition at line 356 of file TEveVector.h.

◆ Sub()

template<typename TT >
TEveVector2T< TT > & TEveVector2T< TT >::Sub ( const TEveVector2T< TT > &  p,
const TEveVector2T< TT > &  q 
)
inline

Definition at line 378 of file TEveVector.h.

Member Data Documentation

◆ fX

template<typename TT>
TT TEveVector2T< TT >::fX

Definition at line 283 of file TEveVector.h.

◆ fY

template<typename TT>
TT TEveVector2T< TT >::fY

Definition at line 283 of file TEveVector.h.


The documentation for this class was generated from the following files: