mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-30 11:09:33 -05:00
The dokkaGfm tool has a few oddities I don't like. I updated my format_kotlin_doc.py script to work around a couple of them: 1. Strip out all the noisy [jvm] tags it puts everywhere. 2. Remove the unhelpful and incorrect `Properties` sections it adds to all my enum classes and enum members. I will come back and address other issues later.
408 B
408 B
//astronomy/io.github.cosinekitty.astronomy/Ecliptic/vec
vec
Cartesian ecliptic vector, with components as follows: x: the direction of the equinox along the ecliptic plane. y: in the ecliptic plane 90 degrees prograde from the equinox. z: perpendicular to the ecliptic plane. Positive is north.