onekiloparsec / SwiftAA

The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
http://www.onekiloparsec.dev/
MIT License
172 stars 31 forks source link

Misc small improvements #40

Closed alex-vasenin closed 7 years ago

alex-vasenin commented 7 years ago
  1. Added Moon.phaseAngle() description (btw, why first quarter == last quarter?)
  2. Horizontal coordinates sometimes useful without date and coordinates
  3. Added HorizontalCoordinate.angularSeparation(from:) method
  4. Added Degree.isWithinCircularInterval(from:to:isIntervalOpen:) method