ROOT  6.06/09
Reference Guide
Functions
TVector3.cxx File Reference
#include "TVector3.h"
#include "TRotation.h"
#include "TMath.h"
#include "TClass.h"
+ Include dependency graph for TVector3.cxx:

Go to the source code of this file.

Functions

 ClassImp (TVector3) TVector3
 
TVector3 operator+ (const TVector3 &a, const TVector3 &b)
 
TVector3 operator- (const TVector3 &a, const TVector3 &b)
 
TVector3 operator* (const TVector3 &p, Double_t a)
 
TVector3 operator* (Double_t a, const TVector3 &p)
 
Double_t operator* (const TVector3 &a, const TVector3 &b)
 
TVector3 operator* (const TMatrix &m, const TVector3 &v)
 

Function Documentation

ClassImp ( TVector3  )

Definition at line 167 of file TVector3.cxx.

TVector3 operator* ( const TVector3 p,
Double_t  a 
)

Definition at line 473 of file TVector3.cxx.

TVector3 operator* ( Double_t  a,
const TVector3 p 
)

Definition at line 477 of file TVector3.cxx.

Double_t operator* ( const TVector3 a,
const TVector3 b 
)

Definition at line 481 of file TVector3.cxx.

TVector3 operator* ( const TMatrix m,
const TVector3 v 
)

Definition at line 485 of file TVector3.cxx.

TVector3 operator+ ( const TVector3 a,
const TVector3 b 
)

Definition at line 465 of file TVector3.cxx.

TVector3 operator- ( const TVector3 a,
const TVector3 b 
)

Definition at line 469 of file TVector3.cxx.