NAME
Astro::Montenbruck::Ephemeris::Planet::Neptune - Neptune.
SYNOPSIS
use Astro::Montenbruck::Ephemeris::Planet::Neptune;
my $planet = Astro::Montenbruck::Ephemeris::Planet::Neptune->new();
my @geo = $planet->position($t); # apparent geocentric ecliptical coordinates
DESCRIPTION
Child class of Astro::Montenbruck::Ephemeris::Planet, responsible for calculating Neptune position.
METHODS
Astro::Montenbruck::Ephemeris::Planet::Neptune->new
Constructor.
$self->heliocentric($t)
See description in Astro::Montenbruck::Ephemeris::Planet.
AUTHOR
Sergey Krushinsky, <krushi at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009-2022 by Sergey Krushinsky
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.