42      int n = 
static_cast<int>( -(
fAngle-
Pi())/(2*
Pi()) );
 
 
   94   os << 
"\n" << 
a.Axis() << 
"  " << 
a.Angle() << 
"\n";
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
AxisAngle class describing rotation represented with direction axis (3D Vector) and an angle of rotat...
 
void Rectify()
Re-adjust components to eliminate small deviations from the axis being a unit vector and angles out o...
 
XYZVector operator()(const XYZVector &v) const
 
Scalar X() const
Cartesian X, converting if necessary from internal coordinate system.
 
Scalar Y() const
Cartesian Y, converting if necessary from internal coordinate system.
 
DisplacementVector3D< CoordSystem, Tag > & SetCoordinates(const Scalar src[])
Set internal data based on a C-style array of 3 Scalar numbers.
 
Scalar Mag2() const
Magnitute squared ( r^2 in spherical coordinate)
 
Scalar Z() const
Cartesian Z, converting if necessary from internal coordinate system.
 
Scalar Dot(const DisplacementVector3D< OtherCoords, Tag > &v) const
Return the scalar (dot) product of two displacement vectors.
 
Namespace for new Math classes and functions.
 
std::ostream & operator<<(std::ostream &os, const AxisAngle &a)
Stream Output and Input.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...