57 double u11 = std::sqrt(
m11);
104static inline void swap(
double &
a,
double &
b) {
106 double t=
b;
b=
a;
a=t;
141 r.GetComponents(
m,
m+9);
142 os <<
"\n" <<
m[0] <<
" " <<
m[1] <<
" " <<
m[2];
143 os <<
"\n" <<
m[3] <<
" " <<
m[4] <<
" " <<
m[5];
144 os <<
"\n" <<
m[6] <<
" " <<
m[7] <<
" " <<
m[8] <<
"\n";
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
AxisAngle class describing rotation represented with direction axis (3D Vector) and an angle of rotat...
EulerAngles class describing rotation as three angles (Euler Angles).
Rotation class with the (3D) rotation represented by a unit quaternion (u, i, j, k).
Rotation class with the (3D) rotation represented by a 3x3 orthogonal matrix.
void Rectify()
Re-adjust components to eliminate small deviations from perfect orthonormality.
void Invert()
Invert a rotation in place.
AVector operator*(const AVector &v) const
Overload operator * for rotation on a vector.
Rotation3D()
Default constructor (identity rotation)
Rotation class with the (3D) rotation represented by angles describing first a rotation of an angle p...
Namespace for new Math classes and functions.
std::ostream & operator<<(std::ostream &os, const AxisAngle &a)
Stream Output and Input.
static void swap(double &a, double &b)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...