changeset 1162 | 881e4168c65f |
parent 714 | 98a30824fe36 |
child 1210 | da87dbdf3daf |
13:a73e9c0f35e1 | 14:1043d850f277 |
---|---|
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 <algorithm> |
|
23 |
24 |
24 ///\ingroup geomdat |
25 ///\ingroup geomdat |
25 ///\file |
26 ///\file |
26 ///\brief A simple two dimensional vector and a bounding box implementation |
27 ///\brief A simple two dimensional vector and a bounding box implementation |
27 |
28 |