#include "TMath.h"#include "TQuaternion.h"Go to the source code of this file.
Functions | |
| ClassImp (TQuaternion) TQuaternion | |
| TQuaternion | operator+ (Double_t r, const TQuaternion &q) |
| TQuaternion | operator- (Double_t r, const TQuaternion &q) |
| TQuaternion | operator * (Double_t r, const TQuaternion &q) |
| TQuaternion | operator/ (Double_t r, const TQuaternion &q) |
| TQuaternion | operator+ (const TVector3 &V, const TQuaternion &Q) |
| TQuaternion | operator- (const TVector3 &V, const TQuaternion &Q) |
| TQuaternion | operator * (const TVector3 &V, const TQuaternion &Q) |
| TQuaternion | operator/ (const TVector3 &vect, const TQuaternion &quat) |
| ClassImp | ( | TQuaternion | ) |
Definition at line 100 of file TQuaternion.cxx.
| TQuaternion operator * | ( | const TVector3 & | V, | |
| const TQuaternion & | Q | |||
| ) |
| TQuaternion operator * | ( | Double_t | r, | |
| const TQuaternion & | q | |||
| ) |
Definition at line 229 of file TQuaternion.cxx.
| TQuaternion operator+ | ( | const TVector3 & | V, | |
| const TQuaternion & | Q | |||
| ) |
| TQuaternion operator+ | ( | Double_t | r, | |
| const TQuaternion & | q | |||
| ) |
Definition at line 227 of file TQuaternion.cxx.
| TQuaternion operator- | ( | const TVector3 & | V, | |
| const TQuaternion & | Q | |||
| ) |
| 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.
1.5.1