Code

update 2geom
[inkscape.git] / src / 2geom / poly-dk-solve.h
1 #include "poly.h"
2 #include <complex>
4 std::vector<std::complex<double> > 
5 DK(Poly const & ply, const double tol=1e-10);
7 /*
8   Local Variables:
9   mode:c++
10   c-file-style:"stroustrup"
11   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
12   indent-tabs-mode:nil
13   fill-column:99
14   End:
15 */
16 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :