mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-07-01 11:24:24 +00:00
27 lines
716 B
Markdown
27 lines
716 B
Markdown
[**moon-sighting v1.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[moon-sighting](../README.md) / StateVector
|
|
|
|
# Interface: StateVector
|
|
|
|
Defined in: [types.ts:7](https://github.com/acamarata/moon-sighting/blob/2992dcee216cb24cc74542f6e8d5a6f4f0d16e05/src/types.ts#L7)
|
|
|
|
Position + velocity state vector from the ephemeris
|
|
|
|
## Properties
|
|
|
|
### position
|
|
|
|
> **position**: [`Vec3`](../type-aliases/Vec3.md)
|
|
|
|
Defined in: [types.ts:8](https://github.com/acamarata/moon-sighting/blob/2992dcee216cb24cc74542f6e8d5a6f4f0d16e05/src/types.ts#L8)
|
|
|
|
***
|
|
|
|
### velocity
|
|
|
|
> **velocity**: [`Vec3`](../type-aliases/Vec3.md)
|
|
|
|
Defined in: [types.ts:9](https://github.com/acamarata/moon-sighting/blob/2992dcee216cb24cc74542f6e8d5a6f4f0d16e05/src/types.ts#L9)
|