-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Unintuitive output for vsk.arc's start and stop params #96
Comments
vsketch uses the unit circle convention: zero angle points to the right and positive angles extend counter-clockwise. In this regards, the output of your code is as expected. You were instead expecting the "compass" conversion (0 angle pointing top, positive angles extending clockwise). I will clarify the documentation on this. |
Ah, I see. That makes a lot more sense now, thanks for the clarification! |
No worries. I'm going to reopen this issue so I don't forget to update |
This caught me out too, because the |
I agree this is not ideal. I should add this to the list of breaking changes to make pre-1.0. |
I'm a bit confused by the "start" and "stop" parameters of
vsk.arc
. They don't seem to do what I'd expect:With the above code, I'd expect the output to look more like this:
Put another way, it looks like the "start" and "stop" degrees are not always relative to the same absolute starting reference point. This same behavior seems to happen in radians mode too. Am I misunderstanding the intended usage?
The text was updated successfully, but these errors were encountered: