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

Failure on intersection in winding map #91

Open
jonathanolson opened this issue Oct 4, 2021 · 0 comments
Open

Failure on intersection in winding map #91

jonathanolson opened this issue Oct 4, 2021 · 0 comments
Assignees

Comments

@jonathanolson
Copy link
Contributor

Looks related to phetsims/geometric-optics#72

Reproduction:

const aShape = new kite.Shape( 'M 172.00000000000000000000 39.00000000000000000000 L 172.00000000000000000000 -51.00000000000000000000 L 225.00000000000000000000 -83.00000000000000000000 L 225.00000000000000000000 72.00000000000000000000 L 172.00000000000000000000 39.00000000000000000000 Z ' );
const bShape = new kite.Shape( 'M 239.85954693211317589885 9.90930831842961623579 A 79.71909386422636600855 39.85954693211318300428 450 0 1 160.14045306788682410115 9.90930831842964110479 A 79.71909386422636600855 39.85954693211318300428 450 0 1 239.85954693211317589885 9.90930831842959669586 Z ' );
aShape.shapeIntersection( bShape );
@jonathanolson jonathanolson self-assigned this Oct 4, 2021
jonathanolson added a commit that referenced this issue Oct 9, 2021
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