// @(#)root/mathcore:$Name: $:$Id: Polar3Dfwd.h,v 1.1 2005/09/18 17:33:47 brun Exp $ // Authors: W. Brown, M. Fischler, L. Moneta 2005 #ifndef ROOT_Math_GenVector_Polar3Dfwd #define ROOT_Math_GenVector_Polar3Dfwd 1 namespace ROOT { namespace Math { /** Class describing a 3D Polar coordinate system (r, theta, phi coordinates) */ template class Polar3D; } } #endif