sunEquatorialPosition property

EquatorialCoordinate sunEquatorialPosition

The apparent position of the Sun in the Equatorial Coordinate System.

Its declination angle varies from -23.44° at the (northern hemisphere) winter solstice, through 0° at the vernal equinox, to +23.44° at the summer solstice. The variation in solar declination is the astronomical description of the sun going south (in the northern hemisphere) for the winter.

Implementation

EquatorialCoordinate get sunEquatorialPosition =>
    Sun(instant).equatorialPosition;