//astronomy/io.github.cosinekitty.astronomy/Direction
enum Direction : Enum<Direction>
Selects whether to search for a rising event or a setting event for a celestial body.
Rise Indicates a rising event: a celestial body is observed to rise above the horizon by an observer on the Earth. |
|
Set Indicates a setting event: a celestial body is observed to sink below the horizon by an observer on the Earth. |
Name | Summary |
---|---|
sign val sign: Int A numeric value that is helpful in formulas involving rise/set. The sign is +1 for a rising event, or -1 for a setting event. |