equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_BEZIER_H |
19 #ifndef LEMON_BEZIER_H |
20 #define LEMON_BEZIER_H |
20 #define LEMON_BEZIER_H |
21 |
21 |
22 ///\ingroup misc |
22 //\ingroup misc |
23 ///\file |
23 //\file |
24 ///\brief Classes to compute with Bezier curves. |
24 //\brief Classes to compute with Bezier curves. |
25 /// |
25 // |
26 ///Up to now this file is used internally by \ref graph_to_eps.h |
26 //Up to now this file is used internally by \ref graph_to_eps.h |
27 |
27 |
28 #include<lemon/dim2.h> |
28 #include<lemon/dim2.h> |
29 |
29 |
30 namespace lemon { |
30 namespace lemon { |
31 namespace dim2 { |
31 namespace dim2 { |