Saturn
public class Saturn : Planet
The Saturn planet.
-
The average color of the planet.
Declaration
Swift
public override class var averageColor: Color { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Mimas: SaturnianMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Enceladus: SaturnianMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Tethys: SaturnianMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Dione: SaturnianMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Rhea: SaturnianMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Titan: SaturnianMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Hyperion: SaturnianMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Iapetus: SaturnianMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var ringSystem: SaturnRingSystem { get }
-
The list of saturnian moons, in increasing order of distance from the planet.
Declaration
Swift
public var moons: [SaturnianMoon] { get }
-
Returns a Saturn object.
Declaration
Swift
public required init(julianDay: JulianDay, highPrecision: Bool = true)
Parameters
julianDay
The julian day at which the planet is considered.
highPrecision
A boolean indicating whether high precision (VSOP87 theory) must be used. Default is true.
-
The magnitude of the planet. Includes the contribution from the ring.
Declaration
Swift
public var magnitude: Magnitude { get }
-
The magnitude ‘Muller’ of the planet. Includes the contribution from the ring.
Declaration
Swift
public var magnitudeMuller: Magnitude { get }