Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 677 Bytes

rotation-ect-eqd.md

File metadata and controls

19 lines (11 loc) · 677 Bytes

//astronomy/io.github.cosinekitty.astronomy/rotationEctEqd

rotationEctEqd

fun rotationEctEqd(time: Time): RotationMatrix

Calculates a rotation matrix from true ecliptic of date (ECT) to equator of date (EQD).

This is one of the family of functions that returns a rotation matrix for converting from one orientation to another. Source: ECT = true ecliptic of date Target: EQD = equator of date

Return

A rotation matrix that converts ECT to EQD.

Parameters

time The date and time of the ecliptic/equator conversion.