Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / 2geom / poly-dk-solve.h
1 #ifndef LIB2GEOM_SEEN_POLY_DK_SOLVE_H
2 #define LIB2GEOM_SEEN_POLY_DK_SOLVE_H
4 #include <2geom/poly.h>
5 #include <complex>
7 namespace Geom {
9 std::vector<std::complex<double> > 
10 DK(Poly const & ply, const double tol=1e-10);
12 } // namespace Geom
14 #endif // LIB2GEOM_SEEN_POLY_DK_SOLVE_H
16 /*
17   Local Variables:
18   mode:c++
19   c-file-style:"stroustrup"
20   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
21   indent-tabs-mode:nil
22   fill-column:99
23   End:
24 */
25 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :