-
-
Notifications
You must be signed in to change notification settings - Fork 498
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 function to calculate if a subpath is inside polygon #2175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
Comments suppressed due to low confidence (1)
website/other/bezier-rs-demos/wasm/src/subpath.rs:446
- The function
inside_subpath
is missing test coverage. Add tests to ensure its correctness.
pub fn inside_subpath(&self, js_points: JsValue, error: f64, minimum_separation: f64) -> String {
Because this branch was named |
Accidentally merged (but not included in master), replaced by #2183.