IlluminatedFraction
public protocol IlluminatedFraction : EllipticalPlanetaryDetails
Undocumented
-
illuminatedFractionDefault implementationThe illuminated fraction of the planet as seen from the Earth. Between 0 and 1.
Default Implementation
The illuminated fraction of the planet as seen from the Earth. Between 0 and 1.
Declaration
Swift
var illuminatedFraction: Double { get } -
magnitudeDefault implementationThe magnitude of the planet, which depends on the planet’s distance to the Earth, its distance to the Sun and the phase angle i (Sun-planet-Earth). Implementation return the modern American Astronomical Almanac value instead of Mueller’s
Default Implementation
The magnitude of the planet, which depends on the planet’s distance to the Earth, its distance to the Sun and the phase angle i (Sun-planet-Earth). Implementation return the modern American Astronomical Almanac value instead of Mueller’s
Declaration
Swift
var magnitude: Magnitude { get } -
magnitudeMullerDefault implementationThe magnitude of the planet, which depends on the planet’s distance to the Earth, its distance to the Sun and the phase angle i (Sun-planet-Earth). Implementation return the old Muller’s values.
Default Implementation
The magnitude of the planet, which depends on the planet’s distance to the Earth, its distance to the Sun and the phase angle i (Sun-planet-Earth). Implementation return the old Muller’s values.
Declaration
Swift
var magnitudeMuller: Magnitude { get }
View on GitHub
Install in Dash
IlluminatedFraction Protocol Reference