Files
astronomy/source/kotlin/doc/-position-function/position.md
2022-05-31 20:52:41 -04:00

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.