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

Arc direction is undefined when parameter counterClockwise omitted #15

Closed
alexbol99 opened this issue Sep 29, 2018 · 0 comments
Closed
Labels

Comments

@alexbol99
Copy link
Owner

When in arc constructor the last parameter counterClockwise is omitted, like this:

let arc = new Flatten.Arc(point(0,1000),980, 0, 2*Math.PI)

property counterClockwise is set to undefined, while its value should be set to the default value Flatten.CCW, which is true.
It will be fixed in the ongoing release 0.6.4

alexbol99 added a commit that referenced this issue Sep 29, 2018
- issue #13 Intersect between a line and polygon doesn't work - fixed, added some tests
- issue #15 Arc direction is undefined when parameter counterClockwise is omitted - fixed, now if omitted, set default value Flatten.CCW
- remove method Face::getRelation(polygon) (fix for issue #2 from flatten-boolean-op: Issue with intersection of circle and box) - method was incorrect
@alexbol99 alexbol99 added the bug label May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant