| Server IP : 172.67.220.81 / Your IP : 216.73.217.32 Web Server : Apache System : Linux semi1.us.cloudlogin.co 5.10.244-xeon-hst #1 SMP Sun Sep 14 17:09:20 UTC 2025 x86_64 User : xessglobal ( 271017) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /proc/self/root/lib64/perl5/vendor_perl/GIS/Distance/Fast/ |
Upload File : |
package GIS::Distance::Fast::ALT; use 5.008001; use strictures 2; our $VERSION = '0.16'; use parent 'GIS::Distance::Formula'; use GIS::Distance::Fast; use namespace::clean; *_distance = \&GIS::Distance::Fast::alt_distance; 1; __END__ =encoding utf8 =head1 NAME GIS::Distance::Fast::ALT - C implementation of GIS::Distance::ALT. =head1 DESCRIPTION See L<GIS::Distance::ALT> for details about this formula. The code for this formula was taken from L<Geo::Distance::XS> and modified to fit. Normally this module is not used directly. Instead L<GIS::Distance> is used which in turn interfaces with the various formula classes. =head1 SUPPORT See L<GIS::Distance::Fast/SUPPORT>. =head1 AUTHORS See L<GIS::Distance::Fast/AUTHORS>. =head1 LICENSE See L<GIS::Distance::Fast/LICENSE>. =cut