https://issues.apache.org/ooo/show_bug.cgi?id=119480

--- Comment #9 from SunYing <[email protected]> ---
commets is very valuable.
and atan2 is a better choice^_^.
and in line 4558,the var fnumber should in [0,360].
change the code in the following:
   fNumber = atan2( double( aStartPt.X() - cent.X() ),double( aStartPt.Y() -   
cent.Y() ) )+ F_PI; // 0..2PI
   fNumber /= F_PI180; // 0..360.0
pls review.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to