class SunTimes
- SunTimes
- Reference
- Object
Defined in:
sun_times.crsun_times/calculator.cr
sun_times/calculator/helpers.cr
Constant Summary
-
DEFAULT_ZENITH =
90.83333
-
VERSION =
"0.1.0"
Constructors
- .new(day : Time, coordinates : Coordinates, zenith : ZenithType = DEFAULT_ZENITH)
- .new(day : Time, latitude : Float64, longitude : Float64, zenith : ZenithType = DEFAULT_ZENITH)
Instance Method Summary
Constructor Detail
def self.new(day : Time, latitude : Float64, longitude : Float64, zenith : ZenithType = DEFAULT_ZENITH)
#