Rev | Line | |
---|
[4] | 1 | // -*- C++ -*-
|
---|
| 2 | // ---------------------------------------------------------------------------
|
---|
| 3 | //
|
---|
| 4 | // This file is a part of the CLHEP - a Class Library for High Energy Physics.
|
---|
| 5 | //
|
---|
| 6 | // This is the implementation of global methods involving HepRotationX, Y, or Z
|
---|
| 7 | // along with HepRotation.
|
---|
| 8 | //
|
---|
| 9 |
|
---|
| 10 | #ifdef GNUPRAGMA
|
---|
| 11 | #pragma implementation
|
---|
| 12 | #endif
|
---|
| 13 |
|
---|
| 14 | #if 0
|
---|
| 15 |
|
---|
| 16 | #include "CLHEP/Vector/defs.h"
|
---|
| 17 | #include "CLHEP/Vector/Rotation.h"
|
---|
| 18 | #include "CLHEP/Vector/RotationX.h"
|
---|
| 19 | #include "CLHEP/Vector/RotationY.h"
|
---|
| 20 | #include "CLHEP/Vector/RotationZ.h"
|
---|
| 21 |
|
---|
| 22 | #endif // 0
|
---|
| 23 |
|
---|
| 24 | namespace CLHEP {
|
---|
| 25 |
|
---|
| 26 | // RotationX related
|
---|
| 27 | // -----------------
|
---|
| 28 |
|
---|
| 29 |
|
---|
| 30 | // RotationY related
|
---|
| 31 | // -----------------
|
---|
| 32 |
|
---|
| 33 |
|
---|
| 34 | // RotationZ related
|
---|
| 35 | // -----------------
|
---|
| 36 |
|
---|
| 37 | } // namespace CLHEP
|
---|
Note:
See
TracBrowser
for help on using the repository browser.