1GIS::Distance::Fast(3)User Contributed Perl DocumentationGIS::Distance::Fast(3)
2
3
4
6 GIS::Distance::Fast - C implementation of GIS::Distance formulas.
7
9 This distribution re-implements some, but not all, of the formulas that
10 come with GIS::Distance in the C programming language. C code is
11 generally much faster than the Perl equivalent.
12
13 See "SPEED" in GIS::Distance for some benchmarking and how to run your
14 own benchmarks.
15
16 This module need not be used directly. GIS::Distance will
17 automatically use the "GIS::Distance::Fast::*" formulas when installed.
18
20 • GIS::Distance::Fast::Cosine
21
22 • GIS::Distance::Fast::GreatCircle
23
24 • GIS::Distance::Fast::Haversine
25
26 • GIS::Distance::Fast::Polar
27
28 • GIS::Distance::Fast::Vincenty
29
31 Please submit bugs and feature requests to the GIS-Distance-Fast GitHub
32 issue tracker:
33
34 <https://github.com/bluefeet/GIS-Distance-Fast/issues>
35
37 Aran Clary Deltac <bluefeet@gmail.com>
38
40 This library is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43
44
45perl v5.36.1 2023-06-08 GIS::Distance::Fast(3)