mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-27 17:48:16 -05:00
468 B
468 B
//astronomy/io.github.cosinekitty.astronomy/PositionFunction/position
position
abstract fun position(time: Time): Vector
Returns a relative position vector for a given time.
Return
The relative position vector at the specified time.
Parameters
| time | The time at which to evaluate a relative position vector. |