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

Bezier-rs: Add method to check subpath insideness #2183

Merged

Conversation

indierusty
Copy link
Contributor

@indierusty indierusty commented Jan 10, 2025

Closes #2174, part of #2161

Replacement for #2175

@Keavon Keavon merged commit ab466bb into GraphiteEditor:master Jan 10, 2025
5 of 8 checks passed
Keavon added a commit that referenced this pull request Jan 10, 2025
* add function to calculate if a subpath is inside polygon

* make is_subpath_inside_polygon() flexible

* obtimize is_subpath_inside_polygon function

* move is_inside_subpath function to Subpath struct method

* add interactive demo for subpath insideness

* Code review

---------

Co-authored-by: Keavon Chambers <[email protected]>
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

Successfully merging this pull request may close these issues.

Bezier-rs API to check if a subpath is inside another
2 participants