mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
57 lines
765 B
Markdown
57 lines
765 B
Markdown
[**moon-sighting v1.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[moon-sighting](../README.md) / WGS84
|
|
|
|
# Variable: WGS84
|
|
|
|
> `const` **WGS84**: `object`
|
|
|
|
Defined in: [types.ts:439](https://github.com/acamarata/moon-sighting/blob/89fb490051d0263a7d41c954161fb945f1569805/src/types.ts#L439)
|
|
|
|
WGS84 reference ellipsoid parameters
|
|
|
|
## Type Declaration
|
|
|
|
### a
|
|
|
|
> `readonly` **a**: `6378137` = `6378137.0`
|
|
|
|
Semi-major axis in meters
|
|
|
|
### f
|
|
|
|
> `readonly` **f**: `number`
|
|
|
|
Flattening
|
|
|
|
### invF
|
|
|
|
> `readonly` **invF**: `298.257223563` = `298.257223563`
|
|
|
|
Inverse flattening
|
|
|
|
### b
|
|
|
|
#### Get Signature
|
|
|
|
> **get** **b**(): `number`
|
|
|
|
Semi-minor axis in meters
|
|
|
|
##### Returns
|
|
|
|
`number`
|
|
|
|
### e2
|
|
|
|
#### Get Signature
|
|
|
|
> **get** **e2**(): `number`
|
|
|
|
First eccentricity squared
|
|
|
|
##### Returns
|
|
|
|
`number`
|