ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
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
Vector2Dfwd.h
Polar2D.h
Cartesian2D.h
DisplacementVector2D.h