Sunlitt / SunKit

SunKit is a Swift library which uses math and trigonometry to compute several information about the Sun.
Apache License 2.0
144 stars 12 forks source link

Please remove private from the getDateFrom function #14

Closed BlackBird-One closed 1 year ago

BlackBird-One commented 1 year ago

If you delete private in getDateFrom, it will be possible to calculate the time for any elevation, e.g. nautical twilight (-12°).

davideilmito commented 1 year ago

We will add nautical twilight soon as a Sun variable, for now I made 'getDateFrom' public as you suggested.