kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #09520
Re: HPGL
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
Description: PNG image
Follow ups
-
Re: HPGL
From: Dick Hollenbeck, 2013-02-03
References
-
HPGL
From: Andreas Beutling, 2013-02-01
-
Re: HPGL
From: Dick Hollenbeck, 2013-02-01
-
Re: HPGL
From: Andreas Beutling, 2013-02-02
-
Re: HPGL
From: Dick Hollenbeck, 2013-02-02
-
Re: HPGL
From: Andreas Beutling, 2013-02-02