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
Point2D.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_Math_Point2D
5
#define ROOT_Math_Point2D
6
7
// defines typedefs to specific vectors and forward declarations
8
#include "
Math/Point2Dfwd.h
"
9
10
// coordinate system types
11
#include "
Math/GenVector/Cartesian2D.h
"
12
#include "
Math/GenVector/Polar2D.h
"
13
14
// generic Point2D class definition
15
#include "
Math/GenVector/PositionVector2D.h
"
16
17
18
#endif
19
Polar2D.h
Cartesian2D.h
Point2Dfwd.h
PositionVector2D.h