mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-05 22:17:48 -05:00
The dokkaGfm tool has a few oddities I don't like. I updated my format_kotlin_doc.py script to work around a couple of them: 1. Strip out all the noisy [jvm] tags it puts everywhere. 2. Remove the unhelpful and incorrect `Properties` sections it adds to all my enum classes and enum members. I will come back and address other issues later.
8 lines
266 B
Markdown
8 lines
266 B
Markdown
//[astronomy](../../../index.md)/[io.github.cosinekitty.astronomy](../index.md)/[StateVector](index.md)/[position](position.md)
|
|
|
|
# position
|
|
|
|
fun [position](position.md)(): [Vector](../-vector/index.md)
|
|
|
|
Returns the position vector associated with this state vector.
|