JG ROOT Tools libraries  version 5.0 - august 2014
RPoint2D.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RPoint2D.hh
3  *
4  * Fichier de déclaration de la classe RPoint2D. Il s'agit en fait
5  * de la classe RVector2D
6  */
7 //======================================================================
8 
9 
10 #ifndef R_POINT_2D_HH
11 #define R_POINT_2D_HH
12 
13 #include "RVector2D.hh"
14 
15 #endif