anki / cozmo-python-sdk

Anki Cozmo Python SDK
Other
662 stars 430 forks source link

Removed duplicate sin + cos calls when rotating a pose #127

Closed MarkWez closed 7 years ago

MarkWez commented 7 years ago

Even ignoring the likely performance gain of not calling sin/cos twice, this is also arguably clearer to read and more closely matches implementation in other languages.