equal
deleted
inserted
replaced
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 |