linhdoha / leebrimelow

Automatically exported from code.google.com/p/leebrimelow
0 stars 0 forks source link

startAngle does not work #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. entering a startAngle other than 180 or 0 will result in an incorrect output
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
This is an coding error

Original issue reported on code.google.com by marcus.a...@gmail.com on 7 Jan 2009 at 3:10

GoogleCodeExporter commented 9 years ago
I have removed the minus before angle at line 43 of Wedge.as and the
problem is gone.

Original l43: ay = sy + Math.sin(-angle) * radius;
My update: ay = sy + Math.sin(angle) * radius;

Original comment by jammind on 7 Apr 2009 at 8:59

GoogleCodeExporter commented 9 years ago
Thanks jammind!

Original comment by ycchen...@gmail.com on 14 Sep 2011 at 10:09

GoogleCodeExporter commented 9 years ago
That's It !!! ty

Original comment by brice....@gmail.com on 13 Jan 2013 at 11:38