Hello, without NormalizeDegrees it works ok in all tested directions. Changes:
// degrees = NormalizeDegrees( -180.0, degrees, +179.0 );
while( degrees > 179 )
degrees -= 360;
while( degrees < -180 )
degrees += 360;
// Calculate start point,
See the attached image.
Regards, Andreas
<<attachment: schema-plot1.png>>
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

