mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-23 17:03:37 -04:00
Instead of having the same calculations duplicated in both nutation() and nutation_rot(), I reworked nutation() in terms of nutation_rot(). Use nutation_rot() to calculate the rotation matrix, then multiply that matrix by the input vector to produce the output vector.