Skip to content

Conversation

@xqjibz
Copy link

@xqjibz xqjibz commented Oct 28, 2014

This fixes the issue #6, this is before the fix:

> s.getPosition(date,50.5,30.5).azimuth * (180/Math.PI)
-143.25764539039318

and after, all in degrees, because I'm unable to read radians :)

> s.getPosition(date,50.5,30.5).azimuth * (180/Math.PI)
36.742354609606814

tests updated too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant