|
||||
File indexing completed on 2025-01-30 10:22:08
0001 // @(#)root/mathcore:$Id$ 0002 // Authors: W. Brown, M. Fischler, L. Moneta 2005 0003 0004 #ifndef ROOT_Math_Point3D 0005 #define ROOT_Math_Point3D 0006 0007 // defines typedefs to specific vectors and forward declarations 0008 #include "Math/Point3Dfwd.h" 0009 0010 // coordinate system types 0011 #include "Math/GenVector/Cartesian3D.h" 0012 #include "Math/GenVector/CylindricalEta3D.h" 0013 #include "Math/GenVector/Polar3D.h" 0014 #include "Math/GenVector/Cylindrical3D.h" 0015 0016 // generic Point3D class definition 0017 #include "Math/GenVector/PositionVector3D.h" 0018 0019 0020 #endif 0021
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |