samskivert / pythagoras

A portable library of geometry classes for Java
Apache License 2.0
44 stars 14 forks source link

Fix the wrong path calculation of Arc with small angle #26

Closed tomfisher closed 9 years ago

tomfisher commented 9 years ago

BTW, shall we use the newest version of pythagoras in PlayN 2.0? :)

samskivert commented 9 years ago

We are using 1.4.1 in PlayN 2.0, but I can eventually ship this fix as well and bump PlayN to use that.

tomfisher commented 9 years ago

PlayN is still using 1.3.2 and cannot be compiled with 1.4.1, and it's the time to ship a new version. Changing the return type of InternalTransform.copy() from InternalTransform to Transform can fix the complication error.

But I cannot bump pythagoras to a release version such as 1.4.2 and ship it to PlayN 1.9 that works with the release version of libs. It's appreciated that you may prioritise this fix.

Thanks.