From: Shriramana S. <sa...@gm...> - 2012-09-04 09:37:03
|
On 9/1/12, Vincent Barrielle <vin...@po...> wrote: > Or you could use the code at > http://tog.acm.org/resources/GraphicsGems/gems/FitCurves.c > It's not exactly open source, Ouch, licence problems! :-) Anyhow, thanks for that link -- it was quite interesting. I suppose you were suggesting for me to manually offset my nodes and use the Gem to fit a curve to those points. But actually I realized later that I really don't need to do curve fitting. I already have the algorithm for that -- all I need now (AFAICS) is the Union algorithm to remove self-overlaps of filled paths. -- Shriramana Sharma |