sot / Quaternion

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

Add rotate_x_to_vec class method (from Ska.quatutil) #32

Closed taldcroft closed 3 years ago

taldcroft commented 3 years ago

Description

This copies the only Quaternion-specific functionality from Ska.quatutil into the Quat class as a class method.

Related to https://github.com/sot/chandra_aca/pull/104 and https://github.com/sot/chandra_aca/issues/102.

Testing

taldcroft commented 3 years ago

Since this is just moving a legacy function I'm going to merge now.