Kstars
ksearthshadow.h
76 void updateCoords(const KSNumbers *num, bool includePlanets = true, const CachingDms *lat = nullptr,
ECLIPSE_TYPE
The ECLIPSE_TYPE enum describes the quality of an eclipse.
Definition: ksearthshadow.h:45
a dms subclass that caches its sine and cosine values every time the angle is changed.
Definition: cachingdms.h:18
void findMagnitude(const KSNumbers *) override
Computes the visual magnitude for the major planets.
Definition: ksearthshadow.h:116
void calculateShadowRadius()
Updates umbra and penumbra radius from the positions of the three bodies.
Definition: ksearthshadow.cpp:71
KSEarthShadow(const KSMoon *moon, const KSSun *sun, const KSPlanet *earth)
Definition: ksearthshadow.cpp:10
Provides necessary information about the Moon. A subclass of SkyObject that provides information need...
Definition: ksmoon.h:25
A class that manages the calculation of the earths shadow (in moon distance) as a 'virtual' skyobject...
Definition: ksearthshadow.h:27
bool findGeocentricPosition(const KSNumbers *, const KSPlanetBase *Earth=nullptr) override
find the object's current geocentric equatorial coordinates (RA and Dec) This function is pure virtua...
Definition: ksearthshadow.cpp:45
bool shouldUpdate()
The earths shadow on the moon appears only at new moon so calculating it on other occasions is rather...
Definition: ksearthshadow.cpp:15
Provides necessary information about objects in the solar system.
Definition: ksplanetbase.h:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 03:57:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 03:57:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.