equal
deleted
inserted
replaced
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 /// |
|
28 ///\author Alpar Juttner |
|
29 |
27 |
30 #include<lemon/dim2.h> |
28 #include<lemon/dim2.h> |
31 |
29 |
32 namespace lemon { |
30 namespace lemon { |
33 namespace dim2 { |
31 namespace dim2 { |