Function astro::planet::pos_angle_of_bright_limb [] [src]

pub fn pos_angle_of_bright_limb(
    sun_eq_point: EqPoint,
    planet_eq_point: EqPoint
) -> f64

Computes the position angle of the bright limb of a planet

Returns

  • pos_angl_of_bright_limb: The position angle of the midpoint of the illuminated limb of a planet | in radians

Arguments

  • sun_eq_point : Equatorial point of the Sun | in radians
  • planet_eq_point: Equatorial point of the planet | in radians