We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the following code (using Semicircles)
var myLocation1 = new Position.Location({ :latitude => 38.856147, :longitude => -94.800953, :format => :degrees}); var mySC1 = new Semicircles.Coordinate(myLocation1); System.println(myLocation1.toRadians()); System.println(mySC1.toRadians());
outputs
[0.678168, -1.654589] [-0.678168, 1.654589]
Note that the signs of the coordinates are flipped. Is this somehow intentional?
It seems that the sign-flipping is consistent: in my tests negative values are always turned positive and vice versa.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running the following code (using Semicircles)
outputs
Note that the signs of the coordinates are flipped. Is this somehow intentional?
It seems that the sign-flipping is consistent: in my tests negative values are always turned positive and vice versa.
The text was updated successfully, but these errors were encountered: