#point #geographic #calculate #compute

对跖

计算地理点的对跖点

1 个稳定版本

1.0.0 2020年6月20日

#237地理空间

自定义许可

3KB

对跖

CI crates.io

计算地球上表面与指定点直径相对的点。

...可能是最简单的crate?;-)

示例

use antipode::antipode;

let coord = (60.394306,  5.325919); // Bergen, Norway
let expected = (-60.394306, -174.674081);  // Somewhere off the coast of New Zealand
assert_eq!(expected, antipode(coord));

lib.rs:

计算地理点的对跖点。

无运行时依赖