PlanetaryPhysicalDetails
public protocol PlanetaryPhysicalDetails : PlanetaryBase
The PlanetaryPhenomena protocol encompass all methods associated with planetary phenomena in the solar system: conjunction, oppotisions, etc.
-
The planetocentric declination of the Earth. When it is positive, the planet’ northern pole is tilted towards the Earth
Declaration
Swift
var planetocentricDeclinationOfTheEarth: Degree { get }
-
The planetocentric declination of the Sun. When it is positive, the planet’ northern pole is tilted towards the Sun
Declaration
Swift
var planetocentricDeclinationOfTheSun: Degree { get }
-
The position angle of the northern rotation pole of the planet
Declaration
Swift
var positionAngleOfNorthernRotationPole: Degree { get }