Code

Commit LivePathEffect branch to trunk!
[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);