pingjiang / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Suggestion: Unify around degrees or radians. #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if the engine could settle on which unit it uses for 
rotations, whether degrees or radians, instead of having some methods that use 
degrees and some that use radians.

Example: Sprite.setVelocity's angle expects a radian
Sprite.rotate expects a degree.

Original issue reported on code.google.com by christia...@gmail.com on 30 Jul 2010 at 12:40

GoogleCodeExporter commented 9 years ago
Makes sense

Original comment by rtaylor205@gmail.com on 8 Aug 2010 at 5:25