Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TQuaternion.cxx File Reference
#include "TMath.h"
#include "TQuaternion.h"
#include "TString.h"
Include dependency graph for TQuaternion.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Functions

TQuaternion operator* (const TVector3 &V, const TQuaternion &Q)
 
TQuaternion operator* (Double_t r, const TQuaternion &q)
 
TQuaternion operator+ (const TVector3 &V, const TQuaternion &Q)
 
TQuaternion operator+ (Double_t r, const TQuaternion &q)
 
TQuaternion operator- (const TVector3 &V, const TQuaternion &Q)
 
TQuaternion operator- (Double_t r, const TQuaternion &q)
 
TQuaternion operator/ (const TVector3 &vect, const TQuaternion &quat)
 
TQuaternion operator/ (Double_t r, const TQuaternion &q)
 

Function Documentation

◆ operator*() [1/2]

TQuaternion operator* ( const TVector3 V,
const TQuaternion Q 
)

Definition at line 350 of file TQuaternion.cxx.

◆ operator*() [2/2]

TQuaternion operator* ( Double_t  r,
const TQuaternion q 
)

Definition at line 229 of file TQuaternion.cxx.

◆ operator+() [1/2]

TQuaternion operator+ ( const TVector3 V,
const TQuaternion Q 
)

Definition at line 348 of file TQuaternion.cxx.

◆ operator+() [2/2]

TQuaternion operator+ ( Double_t  r,
const TQuaternion q 
)

Definition at line 227 of file TQuaternion.cxx.

◆ operator-() [1/2]

TQuaternion operator- ( const TVector3 V,
const TQuaternion Q 
)

Definition at line 349 of file TQuaternion.cxx.

◆ operator-() [2/2]

TQuaternion operator- ( Double_t  r,
const TQuaternion q 
)

Definition at line 228 of file TQuaternion.cxx.

◆ operator/() [1/2]

TQuaternion operator/ ( const TVector3 vect,
const TQuaternion quat 
)

Definition at line 352 of file TQuaternion.cxx.

◆ operator/() [2/2]

TQuaternion operator/ ( Double_t  r,
const TQuaternion q 
)

Definition at line 230 of file TQuaternion.cxx.