![]() |
ROOT
6.06/08
Reference Guide
|
Definition at line 22 of file TRotation.h.
Classes | |
| class | TRotationRow |
Public Member Functions | |
| TRotation () | |
| TRotation (const TRotation &) | |
| TRotation (const TQuaternion &) | |
| Constructor for a rotation based on a Quaternion if magnitude of quaternion is null, creates identity rotation if quaternion is non-unit, creates rotation corresponding to the normalized (unit) quaternion. More... | |
| virtual | ~TRotation () |
| Double_t | XX () const |
| Double_t | XY () const |
| Double_t | XZ () const |
| Double_t | YX () const |
| Double_t | YY () const |
| Double_t | YZ () const |
| Double_t | ZX () const |
| Double_t | ZY () const |
| Double_t | ZZ () const |
| TRotationRow | operator[] (int) const |
| Double_t | operator() (int, int) const |
| TRotation & | operator= (const TRotation &) |
| Bool_t | operator== (const TRotation &) const |
| Bool_t | operator!= (const TRotation &) const |
| Bool_t | IsIdentity () const |
| TVector3 | operator* (const TVector3 &) const |
| TRotation | operator* (const TRotation &) const |
| TRotation & | operator*= (const TRotation &) |
| TRotation & | Transform (const TRotation &) |
| TRotation | Inverse () const |
| TRotation & | Invert () |
| TRotation & | RotateX (Double_t) |
| TRotation & | RotateY (Double_t) |
| TRotation & | RotateZ (Double_t) |
| TRotation & | Rotate (Double_t, const TVector3 &) |
| TRotation & | Rotate (Double_t, const TVector3 *) |
| TRotation & | RotateAxes (const TVector3 &newX, const TVector3 &newY, const TVector3 &newZ) |
| Double_t | PhiX () const |
| Double_t | PhiY () const |
| Double_t | PhiZ () const |
| Double_t | ThetaX () const |
| Double_t | ThetaY () const |
| Double_t | ThetaZ () const |
| void | AngleAxis (Double_t &, TVector3 &) const |
| TRotation & | SetToIdentity () |
| TRotation & | SetXEulerAngles (Double_t phi, Double_t theta, Double_t psi) |
| void | SetXPhi (Double_t) |
| void | SetXTheta (Double_t) |
| void | SetXPsi (Double_t) |
| TRotation & | RotateXEulerAngles (Double_t phi, Double_t theta, Double_t psi) |
| Double_t | GetXPhi (void) const |
| Double_t | GetXTheta (void) const |
| Double_t | GetXPsi (void) const |
| TRotation & | SetYEulerAngles (Double_t phi, Double_t theta, Double_t psi) |
| void | SetYPhi (Double_t) |
| void | SetYTheta (Double_t) |
| void | SetYPsi (Double_t) |
| TRotation & | RotateYEulerAngles (Double_t phi, Double_t theta, Double_t psi) |
| Double_t | GetYPhi (void) const |
| Double_t | GetYTheta (void) const |
| Double_t | GetYPsi (void) const |
| TRotation & | SetXAxis (const TVector3 &axis) |
| TRotation & | SetXAxis (const TVector3 &axis, const TVector3 &xyPlane) |
| TRotation & | SetYAxis (const TVector3 &axis) |
| TRotation & | SetYAxis (const TVector3 &axis, const TVector3 &yzPlane) |
| TRotation & | SetZAxis (const TVector3 &axis) |
| TRotation & | SetZAxis (const TVector3 &axis, const TVector3 &zxPlane) |
| void | MakeBasis (TVector3 &xAxis, TVector3 &yAxis, TVector3 &zAxis) const |
Public Member Functions inherited from TObject | |
| TObject () | |
| TObject constructor. More... | |
| TObject (const TObject &object) | |
| TObject copy ctor. More... | |
| TObject & | operator= (const TObject &rhs) |
| TObject assignment operator. More... | |
| virtual | ~TObject () |
| TObject destructor. More... | |
| virtual void | AppendPad (Option_t *option="") |
| Append graphics object to current pad. More... | |
| virtual void | Browse (TBrowser *b) |
| Browse object. May be overridden for another default action. More... | |
| virtual const char * | ClassName () const |
| Returns name of class to which the object belongs. More... | |
| virtual void | Clear (Option_t *="") |
| virtual TObject * | Clone (const char *newname="") const |
| Make a clone of an object using the Streamer facility. More... | |
| virtual Int_t | Compare (const TObject *obj) const |
| Compare abstract method. More... | |
| virtual void | Copy (TObject &object) const |
| Copy this to obj. More... | |
| virtual void | Delete (Option_t *option="") |
| Delete this object. More... | |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| Computes distance from point (px,py) to the object. More... | |
| virtual void | Draw (Option_t *option="") |
| Default Draw method for all objects. More... | |
| virtual void | DrawClass () const |
| Draw class inheritance tree of the class to which this object belongs. More... | |
| virtual TObject * | DrawClone (Option_t *option="") const |
| Draw a clone of this object in the current pad. More... | |
| virtual void | Dump () const |
| Dump contents of object on stdout. More... | |
| virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
| Execute method on this object with the given parameter string, e.g. More... | |
| virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
| Execute method on this object with parameters stored in the TObjArray. More... | |
| virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| Execute action corresponding to an event at (px,py). More... | |
| virtual TObject * | FindObject (const char *name) const |
| Must be redefined in derived classes. More... | |
| virtual TObject * | FindObject (const TObject *obj) const |
| Must be redefined in derived classes. More... | |
| virtual Option_t * | GetDrawOption () const |
| Get option used by the graphics system to draw this object. More... | |
| virtual UInt_t | GetUniqueID () const |
| Return the unique object id. More... | |
| virtual const char * | GetName () const |
| Returns name of object. More... | |
| virtual const char * | GetIconName () const |
| Returns mime type name of object. More... | |
| virtual Option_t * | GetOption () const |
| virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
| Returns string containing info about the object at position (px,py). More... | |
| virtual const char * | GetTitle () const |
| Returns title of object. More... | |
| virtual Bool_t | HandleTimer (TTimer *timer) |
| Execute action in response of a timer timing out. More... | |
| virtual ULong_t | Hash () const |
| Return hash value for this object. More... | |
| virtual Bool_t | InheritsFrom (const char *classname) const |
| Returns kTRUE if object inherits from class "classname". More... | |
| virtual Bool_t | InheritsFrom (const TClass *cl) const |
| Returns kTRUE if object inherits from TClass cl. More... | |
| virtual void | Inspect () const |
| Dump contents of this object in a graphics canvas. More... | |
| virtual Bool_t | IsFolder () const |
| Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
| virtual Bool_t | IsEqual (const TObject *obj) const |
| Default equal comparison (objects are equal if they have the same address in memory). More... | |
| virtual Bool_t | IsSortable () const |
| Bool_t | IsOnHeap () const |
| Bool_t | IsZombie () const |
| virtual Bool_t | Notify () |
| This method must be overridden to handle object notification. More... | |
| virtual void | ls (Option_t *option="") const |
| The ls function lists the contents of a class on stdout. More... | |
| virtual void | Paint (Option_t *option="") |
| This method must be overridden if a class wants to paint itself. More... | |
| virtual void | Pop () |
| Pop on object drawn in a pad to the top of the display list. More... | |
| virtual void | Print (Option_t *option="") const |
| This method must be overridden when a class wants to print itself. More... | |
| virtual Int_t | Read (const char *name) |
| Read contents of object with specified name from the current directory. More... | |
| virtual void | RecursiveRemove (TObject *obj) |
| Recursively remove this object from a list. More... | |
| virtual void | SaveAs (const char *filename="", Option_t *option="") const |
| Save this object in the file specified by filename. More... | |
| virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
| Save a primitive as a C++ statement(s) on output stream "out". More... | |
| virtual void | SetDrawOption (Option_t *option="") |
| Set drawing option for object. More... | |
| virtual void | SetUniqueID (UInt_t uid) |
| Set the unique object id. More... | |
| virtual void | UseCurrentStyle () |
| Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
| virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
| Write this object to the current directory. More... | |
| virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
| Write this object to the current directory. More... | |
| void * | operator new (size_t sz) |
| void * | operator new[] (size_t sz) |
| void * | operator new (size_t sz, void *vp) |
| void * | operator new[] (size_t sz, void *vp) |
| void | operator delete (void *ptr) |
| Operator delete. More... | |
| void | operator delete[] (void *ptr) |
| Operator delete []. More... | |
| void | SetBit (UInt_t f, Bool_t set) |
| Set or unset the user status bits as specified in f. More... | |
| void | SetBit (UInt_t f) |
| void | ResetBit (UInt_t f) |
| Bool_t | TestBit (UInt_t f) const |
| Int_t | TestBits (UInt_t f) const |
| void | InvertBit (UInt_t f) |
| virtual void | Info (const char *method, const char *msgfmt,...) const |
| Issue info message. More... | |
| virtual void | Warning (const char *method, const char *msgfmt,...) const |
| Issue warning message. More... | |
| virtual void | Error (const char *method, const char *msgfmt,...) const |
| Issue error message. More... | |
| virtual void | SysError (const char *method, const char *msgfmt,...) const |
| Issue system error message. More... | |
| virtual void | Fatal (const char *method, const char *msgfmt,...) const |
| Issue fatal error message. More... | |
| void | AbstractMethod (const char *method) const |
| Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
| void | MayNotUse (const char *method) const |
| Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
| void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
| Use this method to declare a method obsolete. More... | |
Protected Member Functions | |
| TRotation (Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t) | |
Protected Member Functions inherited from TObject | |
| void | MakeZombie () |
| virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
| Interface to ErrorHandler (protected). More... | |
Protected Attributes | |
| Double_t | fxx |
| Double_t | fxy |
| Double_t | fxz |
| Double_t | fyx |
| Double_t | fyy |
| Double_t | fyz |
| Double_t | fzx |
| Double_t | fzy |
| Double_t | fzz |
Additional Inherited Members | |
Public Types inherited from TObject | |
| enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
| enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
| enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Static Public Member Functions inherited from TObject | |
| static Long_t | GetDtorOnly () |
| Return destructor only flag. More... | |
| static void | SetDtorOnly (void *obj) |
| Set destructor only flag. More... | |
| static Bool_t | GetObjectStat () |
| Get status of object stat flag. More... | |
| static void | SetObjectStat (Bool_t stat) |
| Turn on/off tracking of objects in the TObjectTable. More... | |
#include <TRotation.h>
Inheritance diagram for TRotation:
Collaboration diagram for TRotation:| TRotation::TRotation | ( | ) |
Definition at line 190 of file TRotation.cxx.
Referenced by Inverse(), operator*(), RotateAxes(), and ~TRotation().
| TRotation::TRotation | ( | const TRotation & | m | ) |
Definition at line 194 of file TRotation.cxx.
| TRotation::TRotation | ( | const TQuaternion & | Q | ) |
Constructor for a rotation based on a Quaternion if magnitude of quaternion is null, creates identity rotation if quaternion is non-unit, creates rotation corresponding to the normalized (unit) quaternion.
Definition at line 244 of file TRotation.cxx.
|
inlinevirtual |
Definition at line 46 of file TRotation.h.
|
protected |
Definition at line 198 of file TRotation.cxx.
Definition at line 423 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 519 of file TRotation.cxx.
Referenced by GetYPhi(), SetXPsi(), SetXTheta(), and ~TRotation().
Definition at line 577 of file TRotation.cxx.
Referenced by GetYPsi(), SetXPhi(), SetXTheta(), and ~TRotation().
Definition at line 567 of file TRotation.cxx.
Referenced by SetXPhi(), SetXPsi(), and ~TRotation().
Definition at line 562 of file TRotation.cxx.
Referenced by SetYPsi(), SetYTheta(), and ~TRotation().
Definition at line 621 of file TRotation.cxx.
Referenced by SetYPhi(), SetYTheta(), and ~TRotation().
Definition at line 572 of file TRotation.cxx.
Referenced by SetYPhi(), SetYPsi(), and ~TRotation().
|
inline |
Definition at line 273 of file TRotation.h.
Referenced by Invert(), and ~TRotation().
|
inline |
Definition at line 277 of file TRotation.h.
Referenced by ~TRotation().
|
inline |
Definition at line 247 of file TRotation.h.
Referenced by ~TRotation().
Definition at line 683 of file TRotation.cxx.
Referenced by SetXAxis(), SetYAxis(), SetZAxis(), and ~TRotation().
|
inline |
Definition at line 241 of file TRotation.h.
Referenced by ~TRotation().
| Double_t TRotation::operator() | ( | int | i, |
| int | j | ||
| ) | const |
Definition at line 205 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 259 of file TRotation.h.
Referenced by operator*=(), and ~TRotation().
Definition at line 226 of file TRotation.cxx.
Definition at line 265 of file TRotation.h.
Referenced by ~TRotation().
Definition at line 222 of file TRotation.h.
Definition at line 235 of file TRotation.h.
Referenced by ~TRotation().
|
inline |
Definition at line 218 of file TRotation.h.
| Double_t TRotation::PhiX | ( | ) | const |
Definition at line 393 of file TRotation.cxx.
Referenced by ~TRotation().
| Double_t TRotation::PhiY | ( | ) | const |
Definition at line 398 of file TRotation.cxx.
Referenced by ~TRotation().
| Double_t TRotation::PhiZ | ( | ) | const |
Definition at line 403 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 307 of file TRotation.cxx.
Referenced by Rotate(), TVector3::Rotate(), and ~TRotation().
Definition at line 281 of file TRotation.h.
| TRotation & TRotation::RotateAxes | ( | const TVector3 & | newX, |
| const TVector3 & | newY, | ||
| const TVector3 & | newZ | ||
| ) |
Definition at line 368 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 326 of file TRotation.cxx.
Referenced by main(), SetXEulerAngles(), and ~TRotation().
Definition at line 471 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 340 of file TRotation.cxx.
Referenced by main(), SetYEulerAngles(), and ~TRotation().
Definition at line 480 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 354 of file TRotation.cxx.
Referenced by main(), SetXEulerAngles(), SetYEulerAngles(), and ~TRotation().
|
inline |
Definition at line 253 of file TRotation.h.
Referenced by SetXEulerAngles(), SetYEulerAngles(), and ~TRotation().
Definition at line 639 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 626 of file TRotation.cxx.
Definition at line 443 of file TRotation.cxx.
Referenced by RotateXEulerAngles(), SetXPhi(), SetXPsi(), SetXTheta(), and ~TRotation().
Definition at line 489 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 499 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 494 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 658 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 645 of file TRotation.cxx.
Definition at line 459 of file TRotation.cxx.
Referenced by RotateYEulerAngles(), SetYPhi(), SetYPsi(), SetYTheta(), and ~TRotation().
Definition at line 504 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 514 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 509 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 677 of file TRotation.cxx.
Referenced by ~TRotation().
Definition at line 664 of file TRotation.cxx.
| Double_t TRotation::ThetaX | ( | ) | const |
Definition at line 408 of file TRotation.cxx.
Referenced by ~TRotation().
| Double_t TRotation::ThetaY | ( | ) | const |
Definition at line 413 of file TRotation.cxx.
Referenced by ~TRotation().
| Double_t TRotation::ThetaZ | ( | ) | const |
Definition at line 418 of file TRotation.cxx.
Referenced by GetXTheta(), GetYTheta(), and ~TRotation().
Definition at line 269 of file TRotation.h.
Referenced by Rotate(), RotateAxes(), RotateXEulerAngles(), RotateYEulerAngles(), and ~TRotation().
|
inline |
Definition at line 192 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
inline |
Definition at line 193 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
inline |
Definition at line 194 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
inline |
Definition at line 195 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
inline |
Definition at line 196 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
inline |
Definition at line 197 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
inline |
Definition at line 198 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
inline |
Definition at line 199 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
inline |
Definition at line 200 of file TRotation.h.
Referenced by TLorentzRotation::operator=(), and ~TRotation().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), GetXPhi(), GetXPsi(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), PhiX(), RotateY(), RotateZ(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), TRotation(), and XX().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), GetXPhi(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), PhiY(), RotateY(), RotateZ(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), TRotation(), and XY().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), GetXPsi(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), PhiZ(), RotateY(), RotateZ(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), TRotation(), and XZ().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), GetXPsi(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), PhiX(), RotateX(), RotateZ(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), TRotation(), and YX().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), PhiY(), RotateX(), RotateZ(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), TRotation(), and YY().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), GetXPsi(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), PhiZ(), RotateX(), RotateZ(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), TRotation(), and YZ().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), GetXPhi(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), RotateX(), RotateY(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), ThetaX(), TRotation(), and ZX().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), GetXPhi(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), RotateX(), RotateY(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), ThetaY(), TRotation(), and ZY().
|
protected |
Definition at line 184 of file TRotation.h.
Referenced by AngleAxis(), GetXPhi(), GetXPsi(), Inverse(), IsIdentity(), operator!=(), operator()(), operator*(), operator=(), operator==(), RotateX(), RotateY(), SetToIdentity(), SetXAxis(), SetYAxis(), SetZAxis(), ThetaZ(), TRotation(), and ZZ().