Dnia 2011-09-19, pon o godzinie 11:15 -0400, Wayne Stambaugh pisze: > Is there any logical reason to keep using the trigonometric look up tables in > trigo.cpp? We currently have a mixed bag of using the look up tables and the > math sin() and cos() functions in various code paths. If no one objects, I > think it's time to remove them from Kicad. > > Wayne > I'm not familiar with a KiCAD source, but I think the lookup tables should stay. Why? In some cases a lookup will be faster than math functions. I don't know, but while redrawing - an arc for example - these tables speed-up a lot the screen refreshing.
Kerusey Karyu _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

