source: trunk/CLHEP/src/RotationXYZ.cc@ 10

Last change on this file since 10 was 4, checked in by Pavel Demin, 16 years ago

first commit

File size: 709 bytes
Line 
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
24namespace 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.