Skip to content
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

Add near and far direction to the angle API #808

Open
FalkDresden opened this issue Feb 2, 2025 · 0 comments
Open

Add near and far direction to the angle API #808

FalkDresden opened this issue Feb 2, 2025 · 0 comments

Comments

@FalkDresden
Copy link

Prior to release 0.3.2 the angle API used to draw near angles (<= 180deg) per default, drawing far angles (> 180 deg) only when inner was set to false. This behavior was changed by #729 for reasons mentioned in #712.

While this solves the problem for some cases, it creates new problems elsewhere. Because now if you want to explicitly draw near/far angles, you first have to manually calculate whether to use the direction "cw" or "ccw".

For this reason I propose to add two more directions:

  • near: Behaves exactly like inner: true did in version 0.3.1
  • far: Behaves exactly like inner: false did in version 0.3.1
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

No branches or pull requests

1 participant