lemon/bits/bezier.h
changeset 318 2cc60866a0c9
parent 209 765619b7cbb2
equal deleted inserted replaced
3:ee090d35e399 4:bd6966199dcc
    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 {