mirror of
https://github.com/acamarata/qibla.git
synced 2026-06-30 19:04:28 +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.
682 B
682 B
@acamarata/qibla / compassName
Function: compassName()
compassName(
bearing):"North"|"Northeast"|"East"|"Southeast"|"South"|"Southwest"|"West"|"Northwest"
Defined in: index.ts:80
Full compass direction name for a bearing.
Parameters
bearing
number
Bearing in degrees (0-360).
Returns
"North" | "Northeast" | "East" | "Southeast" | "South" | "Southwest" | "West" | "Northwest"
Full direction name (North, Northeast, etc.).