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

Implement intersection algorithm for all Primitive #5

Open
TobiasJacob opened this issue May 26, 2024 · 0 comments
Open

Implement intersection algorithm for all Primitive #5

TobiasJacob opened this issue May 26, 2024 · 0 comments
Labels

Comments

@TobiasJacob
Copy link
Collaborator

Primitives so far include Arc, Circle, Circle and Point.

If the user creates self-intersecting sketches, we want to be able to detect that and disable the collisions. Hence we need a function to return all intersection/split points.

Basically implement src/intersections/mod.rs.

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