Searched refs:great_circle_destination (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DTrig.t266 use Math::Trig 'great_circle_destination';
271 ($lon, $lat) = great_circle_destination(@London, $dir1, $dst1);
280 ($lon, $lat) = great_circle_destination(@Tokyo, $dir2, $dst2);
286 my $dir3 = (great_circle_destination(@London, $dir1, $dst1))[2];
290 my $dir4 = (great_circle_destination(@Tokyo, $dir2, $dst2))[2];
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm42 great_circle_destination
219 sub great_circle_destination { subroutine
586 =head2 great_circle_destination
591 use Math::Trig 'great_circle_destination';
601 great_circle_destination($theta, $phi, $diro, $distance);
684 C = great_circle_destination(A, Dist, Dir)
688 the circles of latitudes) and in great_circle_destination() one gives

Completed in 113 milliseconds