Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Correction:
outside the loop:
// coordinates of source point
double tox = angleSin * cy + halfWidth;
double toy = angleCos * cy + halfHeight;
and inside the loop:
ox = angleCos * cx + tox;
oy = -angleSin * cx + toy;
ofcourse I do realize that it's written for clarity.
Original comment by MichaelL...@gmail.com
on 16 Jan 2010 at 12:02
Original comment by andrew.k...@gmail.com
on 18 Jan 2010 at 8:27
Thank you for noticing this issue.
Committed in revision 1154. Will be released in version 2.1.1.
Original comment by andrew.k...@gmail.com
on 18 Jan 2010 at 8:42
Original comment by andrew.k...@gmail.com
on 24 Jan 2010 at 2:31
Original issue reported on code.google.com by
MichaelL...@gmail.com
on 15 Jan 2010 at 11:43