src/include/xy.h
changeset 496 7c463a7635d4
parent 458 2df1fee6c866
child 514 fd991a24c857
equal deleted inserted replaced
1:68c2d0fdd786 2:a46e59df5d41
     2 #ifndef HUGO_XY_H
     2 #ifndef HUGO_XY_H
     3 #define HUGO_XY_H
     3 #define HUGO_XY_H
     4 
     4 
     5 #include <iostream>
     5 #include <iostream>
     6 
     6 
     7 ///ingroup misc
     7 ///\ingroup misc
     8 ///\file
     8 ///\file
     9 ///\brief A simple two dimensional vector and a bounding box implementation 
     9 ///\brief A simple two dimensional vector and a bounding box implementation 
    10 ///
    10 ///
    11 /// The class \ref hugo::xy "xy" implements
    11 /// The class \ref hugo::xy "xy" implements
    12 ///a two dimensional vector with the usual
    12 ///a two dimensional vector with the usual