Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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_MathX_GenVectorX_Polar2Dfwd
5#define ROOT_MathX_GenVectorX_Polar2Dfwd 1
6
8
9namespace ROOT {
10
11namespace ROOT_MATH_ARCH {
12
13/**
14 Class describing a 2D Polar coordinate system
15(r, phi coordinates)
16*/
17
18template <class T>
19class Polar2D;
20
21} // namespace ROOT_MATH_ARCH
22} // namespace ROOT
23
24#endif