changeset 233 | 28239207a8a3 |
parent 209 | 765619b7cbb2 |
child 241 | 92f046dd7f6c |
5:d87a1b88ab1a | 6:3f65c25f8b26 |
---|---|
18 |
18 |
19 #ifndef LEMON_DIM2_H |
19 #ifndef LEMON_DIM2_H |
20 #define LEMON_DIM2_H |
20 #define LEMON_DIM2_H |
21 |
21 |
22 #include <iostream> |
22 #include <iostream> |
23 #include <lemon/bits/utility.h> |
23 #include <lemon/core.h> |
24 |
24 |
25 ///\ingroup misc |
25 ///\ingroup misc |
26 ///\file |
26 ///\file |
27 ///\brief A simple two dimensional vector and a bounding box implementation |
27 ///\brief A simple two dimensional vector and a bounding box implementation |
28 /// |
28 /// |