Re: [Kicad-developers] Arc drawing: code vs comment

2019-06-11 Thread Seth Hillbrand
On 2019-06-11 14:00, Simon Richter wrote: Hi, I just stumbled across /* Please NOTE the different sign due to Y-axis flip */ start.x = centre.x + KiROUND( cosdecideg( radius, -StAngle ) ); start.y = centre.y + KiROUND( sindecideg( radius, -StAngle ) ); at

[Kicad-developers] Arc drawing: code vs comment

2019-06-11 Thread Simon Richter
Hi, I just stumbled across /* Please NOTE the different sign due to Y-axis flip */ start.x = centre.x + KiROUND( cosdecideg( radius, -StAngle ) ); start.y = centre.y + KiROUND( sindecideg( radius, -StAngle ) ); at common/plotters/plotter.cpp:164. Is that comment obsolete, or is