From: Krzysztof K. <twe...@gm...> - 2012-02-19 17:25:37
|
2012/2/19 Johan Engelen <jbc...@sw...>: > Hi all, > Why is the file containing ConvexHull called convex-cover.h ? I think > convex hull is a more widely known name, so let's rename the file to > convex-hull? OK > (I will move Inkscape's rect-hull.h to 2geom too) Inkscape's RectHull actualy doesn't do anything except wrapping over Geom::OptRect. Instead we should replace RectHull in Inkscape with OptRect and then remove recthull.h altogether. Regards, Krzysztof |