The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GIS::Distance::Fast::Vincenty - C implementation of GIS::Distance::Vincenty.

DESCRIPTION

See GIS::Distance::Vincenty for details about this formula.

The results from GIS::Distance::Vincenty versus this module are slightly different. I'm still not sure why this is, as the C code is nearly identical to the Perl code.

Normally this module is not used directly. Instead GIS::Distance is used which in turn interfaces with the various formula classes.

SUPPORT

See "SUPPORT" in GIS::Distance::Fast.

AUTHORS

See "AUTHORS" in GIS::Distance::Fast.

LICENSE

See "LICENSE" in GIS::Distance::Fast.