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) |
TQuaternion operator* | ( | const TVector3 & | V, |
const TQuaternion & | Q | ||
) |
Definition at line 350 of file TQuaternion.cxx.
TQuaternion operator* | ( | Double_t | r, |
const TQuaternion & | q | ||
) |
Definition at line 229 of file TQuaternion.cxx.
TQuaternion operator+ | ( | const TVector3 & | V, |
const TQuaternion & | Q | ||
) |
Definition at line 348 of file TQuaternion.cxx.
TQuaternion operator+ | ( | Double_t | r, |
const TQuaternion & | q | ||
) |
Definition at line 227 of file TQuaternion.cxx.
TQuaternion operator- | ( | const TVector3 & | V, |
const TQuaternion & | Q | ||
) |
Definition at line 349 of file TQuaternion.cxx.
TQuaternion operator- | ( | Double_t | r, |
const TQuaternion & | q | ||
) |
Definition at line 228 of file TQuaternion.cxx.
TQuaternion operator/ | ( | const TVector3 & | vect, |
const TQuaternion & | quat | ||
) |
Definition at line 352 of file TQuaternion.cxx.
TQuaternion operator/ | ( | Double_t | r, |
const TQuaternion & | q | ||
) |
Definition at line 230 of file TQuaternion.cxx.