Skip to content

Releases: kylecorry31/sol

9.2.0

14 Jan 13:12
Compare
Choose a tag to compare

Geography

  • Add coordinate extensions for parsing/showing coordinate formats

Math

  • Improve performance of rectangle/line intersection

9.1.1

06 Jan 15:17
Compare
Choose a tag to compare

Math

  • Fix quaternion slerp use shortest path

9.1.0

06 Jan 15:01
Compare
Choose a tag to compare

Geography

  • Add Geography methods (ENU, ECEF)
  • In a future release, some methods from Geology will be moved here

Math

  • Use shortest path for quaternion interpolation
  • Add quaternion dot product

Units

  • Add Location class (coordinate + elevation)

9.0.0

31 Dec 22:24
Compare
Choose a tag to compare

Math

  • Add spherical coordinate
  • Normalize complementary filter weights
  • Allow changing complementary filter weights and value
  • Allow changing low pass filter alpha and value
  • Add clamping support for lerp and norm
  • Add gaussian filter
  • Add quaternion interpolation (lerp, slerp)

Geology

  • Calculate inclination from slope grade or elevation change

Optics

  • Add optics methods (angular size, perspective projection, focal length, field of view, distortion)
  • Move light beam and lux methods from PhysicsService to Optics

Misc

  • Dependency updates

8.0.1

23 Sep 12:05
Compare
Choose a tag to compare

Geology

  • Normalize triangulated lat/lng

8.0.0

23 Sep 11:41
Compare
Choose a tag to compare

Geology

  • Rename triangulate to triangulateSelf
  • Add triangulateDestination

Misc

  • Update dependencies

7.1.5

12 Aug 22:02
Compare
Choose a tag to compare

Astronomy

  • Fix max duration of solar eclipse calculation

7.1.4

12 Aug 21:41
Compare
Choose a tag to compare

Astronomy

  • Improve solar eclipse calculation efficiency

7.1.3

11 Aug 23:28
Compare
Choose a tag to compare

Astronomy

  • Improve efficiency of solar eclipse prediction

7.1.2

06 Aug 23:00
Compare
Choose a tag to compare

Astronomy

  • Find rise/set/transit times in more situations
  • Improve repeated calculation efficiency