mirror of
https://github.com/acamarata/qibla-dart.git
synced 2026-07-01 19:34:27 +00:00
7 lines
256 B
Dart
7 lines
256 B
Dart
/// Qibla direction, great-circle path, and haversine distance for Dart.
|
|
///
|
|
/// Pure math, zero external dependencies. Computes the initial bearing
|
|
/// from any point on Earth to the Ka'bah using spherical trigonometry.
|
|
library;
|
|
|
|
export 'src/qibla.dart';
|