ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Polar2Dfwd.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Authors: W. Brown, M. Fischler, L. Moneta 2005
3 
4 #ifndef ROOT_Math_GenVector_Polar2Dfwd
5 #define ROOT_Math_GenVector_Polar2Dfwd 1
6 
7 
8 namespace ROOT {
9 
10  namespace Math {
11 
12  /**
13  Class describing a 2D Polar coordinate system
14  (r, phi coordinates)
15  */
16 
17  template <class T>
18  class Polar2D;
19 
20  }
21 }
22 
23 #endif