Mars
public class Mars : Planet, PlanetaryPhysicalDetails, MarsPhysicalDetails
The Mars planet.
-
Accessor to all values of the underlying physical details. Will probably become private once all relevant accessors are implemented and covered.
Declaration
Swift
public fileprivate(set) lazy var physicalDetails: KPCAAPhysicalMarsDetails { get set }
-
The average color of the Planet.
Declaration
Swift
public override class var averageColor: Color { get }
-
The planetocentric declination of the Earth. When it is positive, the planet’ northern pole is tilted towards the Earth.
Declaration
Swift
public 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
public var planetocentricDeclinationOfTheSun: Degree { get }
-
The planetocentric declination of the Sun. When it is positive, the planet’ northern pole is tilted towards the Sun.
Declaration
Swift
public var positionAngleOfNorthernRotationPole: Degree { get }
-
The greatest defect of illumination of the angular quantity of the greatest length of the dark region linking up the illuminated limb and the planet disk border.
Declaration
Swift
public var angularAmountOfGreatestDefectOfIllumination: ArcSecond { get }
-
The greatest defect of illumination of the angular quantity of the greatest length of the dark region linking up the illuminated limb and the planet disk border.
Declaration
Swift
public var positionAngleOfGreatestDefectOfIllumination: Degree { get }
-
The aerographic coordinates are those of Mars, to be compared geographic for the Earth.
Declaration
Swift
public var aerographicLongitudeOfCentralMeridian: Degree { get }
-
The apparent diameter of Mars
Declaration
Swift
public var apparentDiameter: ArcSecond { get }