ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
CylindricalEta3D.h
Point3Dfwd.h
PositionVector3D.h
Polar3D.h
Cylindrical3D.h
Cartesian3D.h