From: Krzysztof K. <twe...@gm...> - 2013-11-05 23:46:45
|
2013/11/5 Johan Engelen <jbc...@sw...>: > Hi all, > I just had a look at bezier-utils.cpp and was shocked to see such an > amount of C-array usage. (even newing/deleting them, etc). Converting > this to std::vector is going to be quite some task. :( > But it will be worth it :-) What about using Geom::BezierCurve instead of std::vector where applicable? Regards, Krzysztof |