//[astronomy](../../../index.md)/[io.github.cosinekitty.astronomy](../index.md)/[PositionFunction](index.md)/[position](position.md) # position abstract fun [position](position.md)(time: [Time](../-time/index.md)): [Vector](../-vector/index.md) 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. |