Searched refs:great_circle_destination (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/t/ |
H A D | Trig.t | 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/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/ |
H A D | Trig.pm | 219 sub great_circle_destination { subroutine
|
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/ |
H A D | ChangeLog | 83 "#34269: Math::Trig::great_circle_destination" 85 great_circle_direction(A, B) to get great_circle_destination(A, ...)
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl588delta.pod | 741 C<great_circle_destination>
|