lemon/bits/bezier.h
changeset 157 2ccc1afc2c52
parent 128 7cd965d2257f
child 184 716b220697a0
equal deleted inserted replaced
0:717d7cf7f0f1 1:04d6058b1d08
    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 {