ROOT
6.16/01
Reference Guide
math
genvector
inc
Math
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
11
#include "
Math/GenVector/Cartesian2D.h
"
12
#include "
Math/GenVector/Polar2D.h
"
13
14
// generic Vector2D class definition
15
#include "
Math/GenVector/DisplacementVector2D.h
"
16
17
#endif
Cartesian2D.h
DisplacementVector2D.h
Polar2D.h
Vector2Dfwd.h