Logo ROOT   6.12/07
Reference Guide
Vector2D.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_ROOT_Math_Vector2D
5 #define ROOT_ROOT_Math_Vector2D
6 
7 // defines typedefs to specific vectors and forward declarations
8 #include "Math/Vector2Dfwd.h"
9 
10 // coordinate system types
12 #include "Math/GenVector/Polar2D.h"
13 
14 // generic Vector2D class definition
16 
17 #endif