ROOT
6.18/05
Reference Guide
math
genvector
inc
Math
Point3D.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_Point3D
5
#define ROOT_Math_Point3D
6
7
// defines typedefs to specific vectors and forward declarations
8
#include "
Math/Point3Dfwd.h
"
9
10
// coordinate system types
11
#include "
Math/GenVector/Cartesian3D.h
"
12
#include "
Math/GenVector/CylindricalEta3D.h
"
13
#include "
Math/GenVector/Polar3D.h
"
14
#include "
Math/GenVector/Cylindrical3D.h
"
15
16
// generic Point3D class definition
17
#include "
Math/GenVector/PositionVector3D.h
"
18
19
20
#endif
21
Cartesian3D.h
Cylindrical3D.h
CylindricalEta3D.h
Polar3D.h
PositionVector3D.h
Point3Dfwd.h