#include "TMath.h"#include "TError.h"#include "TVector2.h"#include "TMatrix.h"#include "TRotation.h"Go to the source code of this file.
Classes | |
| class | TMBVector3 |
Functions | |
| TMBVector3 | operator+ (const TMBVector3 &a, const TMBVector3 &b) |
| TMBVector3 | operator- (const TMBVector3 &a, const TMBVector3 &b) |
| Double_t | operator * (const TMBVector3 &a, const TMBVector3 &b) |
| TMBVector3 | operator * (const TMBVector3 &p, Double_t a) |
| TMBVector3 | operator * (Double_t a, const TMBVector3 &p) |
| TMBVector3 | operator * (const TMatrix &m, const TMBVector3 &v) |
|
||||||||||||
|
Transform with matrix Definition at line 581 of file TMBVector3.hpp. References TMBVector3::X(), TMBVector3::Y(), and TMBVector3::Z(). |
|
||||||||||||
|
Scaling of 3-vectors with a real number Definition at line 576 of file TMBVector3.hpp. References TMBVector3::X(), TMBVector3::Y(), and TMBVector3::Z(). |
|
||||||||||||
|
Scalar product of 3-vectors. Definition at line 571 of file TMBVector3.hpp. References TMBVector3::X(), TMBVector3::Y(), and TMBVector3::Z(). |
|
||||||||||||
|
Dot product of two vectors Definition at line 566 of file TMBVector3.hpp. References TMBVector3::Dot(). |
|
||||||||||||
|
Addition of 3-vectors. Definition at line 556 of file TMBVector3.hpp. References TMBVector3::X(), TMBVector3::Y(), and TMBVector3::Z(). |
|
||||||||||||
|
Subtraction of 3-vectors. Definition at line 561 of file TMBVector3.hpp. References TMBVector3::X(), TMBVector3::Y(), and TMBVector3::Z(). |
1.3.4