[root] / trunk / math / physics / src / TRotation.cxx Repository:
ViewVC logotype

Log of /trunk/math/physics/src/TRotation.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 22488 byte(s)
Diff to previous 20882
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/physics/src/TRotation.cxx
File length: 22488 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/physics/src/TRotation.cxx
File length: 22488 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/physics/src/TRotation.cxx
File length: 22540 byte(s)
Diff to previous 17648
remove :$ from tag line

Revision 17648 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 3 06:40:26 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 22550 byte(s)
Diff to previous 17253
From Eddy:
Remove the inclusion of TMath.h in TMatrixTUtils.h and fix all the consequences

Revision 17253 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 3 14:43:10 2007 UTC (8 years ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 22530 byte(s)
Diff to previous 15865
From Saurylu@gmail.com
TRotation & SetZAxis(const TVector3& axis, const TVector3& zxPlane)

set Y axis

should be

set Z axis

Revision 15865 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 28 15:15:01 2006 UTC (8 years, 5 months ago) by rdm
Original Path: trunk/physics/src/TRotation.cxx
File length: 22529 byte(s)
Diff to previous 15069
From Axel:
- fix method start tag in TFile (remove "1").
- add empty line in front of class descr in physics/ (class descr is supposed
  to _start_ with class descr tag!)

Revision 15069 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 17 06:49:59 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 22528 byte(s)
Diff to previous 15060
Fix coding conventions violations

Revision 15060 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 08:13:31 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 22524 byte(s)
Diff to previous 12620
Fix coding conventions violations

Revision 12620 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 4 09:51:19 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 21946 byte(s)
Diff to previous 12216
Fix coding conventions violations.

Revision 12216 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 28 10:16:12 2005 UTC (9 years, 6 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 21092 byte(s)
Diff to previous 7204
From Eric Anciant
Add a new construction accepting a TQuaternion as input

Revision 7204 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 3 06:08:34 2003 UTC (11 years, 4 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 19366 byte(s)
Diff to previous 6422
Change the format of the Gegin_html, End_html to follow Axel's prescriptions.

Revision 6422 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 12:36:10 2003 UTC (11 years, 9 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 19362 byte(s)
Diff to previous 6420
Fix some portability problems in new code from Clark McGrew

Revision 6420 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 06:44:40 2003 UTC (11 years, 9 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 19309 byte(s)
Diff to previous 6342
Additions of new functions in TRotation to rotate a vector using Euler angles.
Thanks to  Clark McGrew <clark.mcgrew@sunysb.edu>

Revision 6342 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 26 16:20:01 2003 UTC (11 years, 10 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 11211 byte(s)
Diff to previous 4564
Fix a typo in the documentation reported by Esben B. Klinkby
error in the Rx(a) rotation matrix.

        | 1   0       0    |
Rx(a) = | 1 cos(a) -sin(a) |
        | 0 sin(a) cos(a)  |
First coulum, second row should be 0, not 1.

Revision 4564 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 18 08:22:01 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 11211 byte(s)
Diff to previous 2571
Add explicit calls to the base classes copy constructors in the copy constructors.
This is required by gcc on MacOS X

Revision 2571 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 13 09:02:21 2001 UTC (13 years, 6 months ago) by brun
Original Path: trunk/physics/src/TRotation.cxx
File length: 11200 byte(s)
Diff to previous 3
Fix a typo in the documentation of TRotation (thanks
           Daniel Neville for reporting)

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/physics/src/TRotation.cxx
File length: 11144 byte(s)
Copied from: branches/rdm/physics/src/TRotation.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/physics/src/TRotation.cxx
File length: 11144 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9