Searched defs:path_mono_splits (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dpath-intersection.cpp410 std::vector<double> path_mono_splits(Path const &p) { function in namespace:Geom
432 * Applies path_mono_splits to multiple paths, and returns the results such that
438 ret.push_back(path_mono_splits(ps[i]));

Completed in 11 milliseconds