Jpp
JGeometry2D/JMatrix2D.hh
Go to the documentation of this file.
1 #ifndef __JGEOMETRY2D_MATRIX2D__
2 #define __JGEOMETRY2D_MATRIX2D__
3 
4 #include "JMath/JMatrix2D.hh"
5 
6 
7 /**
8  * \author mdejong
9  */
10 
11 namespace JGEOMETRY2D {}
12 namespace JPP { using namespace JGEOMETRY2D; }
13 
14 namespace JGEOMETRY2D {
15 
16  using JMATH::JMatrix2D;
17 }
18 
19 #endif
JGEOMETRY2D
Auxiliary classes and methods for 2D geometrical objects and operations.
Definition: JAngle2D.hh:18
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JMatrix2D.hh
JMATH::JMatrix2D
2 x 2 matrix
Definition: JMath/JMatrix2D.hh:32