mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-08-02 10:57:13 -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.