23 double thetaX,
double phiX,
24 double thetaY,
double phiY,
25 double thetaZ,
double phiZ);
33 double thetaX,
double phiX,
34 double thetaY,
double phiY,
35 double thetaZ,
double phiZ);
54 double thetaY,
double phiY,
55 double thetaZ,
double phiZ);
const DDRotationMatrix * rotation() const
Returns the read-only rotation-matrix.
const DDI::rep_traits< DDName, DDRotationMatrix * >::reference rep() const
DDRotationMatrix * rotation()
const DDName & name() const
DDName is used to identify DDD entities uniquely.
Represents a uniquely identifyable rotation matrix.
friend DDRotation DDrotReflect(const DDName &, double, double, double, double, double, double)
Defines a rotation-reflection in the Geant3 way.
friend DDRotation DDrot(const DDName &, DDRotationMatrix *)
Definition of a uniquely identifiable rotation matrix named by DDName name.
friend std::ostream & operator<<(std::ostream &, const DDRotation &)
friend DDRotation DDanonymousRot(DDRotationMatrix *)
Defines a anonymous rotation or rotation-reflection matrix.
DDRotation()
refers to the unit-rotation (no rotation at all)
DDRotationMatrix * matrix()
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.