NAME
Astro::Montenbruck::Ephemeris::Planet::Venus - Venus.
SYNOPSIS
use Astro::Montenbruck::Ephemeris::Planet::Venus;
my $planet = Astro::Montenbruck::Ephemeris::Planet::Venus->new();
my @geo = $planet->position($t); # apparent geocentric ecliptical coordinates
DESCRIPTION
Child class of Astro::Montenbruck::Ephemeris::Planet, responsible for calculating Venus position.
METHODS
Astro::Montenbruck::Ephemeris::Planet::Venus->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-2019 by Sergey Krushinsky
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.