mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-28 18:20:34 -05:00
18 lines
468 B
Markdown
18 lines
468 B
Markdown
//[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. |
|