BinaryStarDetails
public struct BinaryStarDetails
The BinaryStarDetails struct encompasses elements of a binary star.
-
The radius vector
Declaration
Swift
public private(set) var radiusVector: ArcSecond { get }
-
The apparent position angle
Declaration
Swift
public private(set) var apparentPositionAngle: Degree { get }
-
The angular distance
Declaration
Swift
public private(set) var angularDistance: ArcSecond { get }
-
Convenience accessor for the radius vector
Declaration
Swift
public var r: ArcSecond { get }
-
Convenience accessor for the apparent position angle
Declaration
Swift
public var theta: Degree { get }
-
Convenience accessor for the angular distance
Declaration
Swift
public var rho: ArcSecond { get }