//astronomy/io.github.cosinekitty.astronomy/PositionFunction/position
abstract fun position(time: Time): Vector
Returns a relative position vector for a given time.
The relative position vector at the specified time.
time | The time at which to evaluate a relative position vector. |