// @(#)root/mathcore:$Name: $:$Id: Polar2Dfwd.h,v 1.1 2007/05/22 13:35:16 moneta Exp $ // Authors: W. Brown, M. Fischler, L. Moneta 2005 #ifndef ROOT_Math_GenVector_Polar2Dfwd #define ROOT_Math_GenVector_Polar2Dfwd 1 namespace ROOT { namespace Math { /** Class describing a 2D Polar coordinate system (r, phi coordinates) */ template class Polar2D; } } #endif