sot / Quaternion

Quaternion manipulation
https://sot.github.io/Quaternion
BSD 3-Clause "New" or "Revised" License
3 stars 7 forks source link

Improve normalize() function to handle bad input #40

Closed taldcroft closed 2 years ago

taldcroft commented 2 years ago

Description

This is inspired by the code in get_star_position to make the Quaternion normalize function more robust.

Interface impacts

None

Testing

Unit tests

Independent check of unit tests by Javier

Functional tests

No functional tests