Graphite/bezier-rs/docs/interactive-docs/wasm/src
Hannah Li c00f520351 Handle intersections between two bezier curves (#735)
* Refactor intersections function

* Implement intersect for quadratic and cubic bezier curves

* Return t value instead of point

* Change project return the t value

* Add error threshold for curve intersection

* Refactor to use if let statements and improve comments

* Refactor intersection helper to return vector, other minor name/text changes

* Rename function

* Minor change

* Minor fixes

* Add missing test tag

* Address comments

* Adjust comment

* Change function call

* Edit comments
2022-07-29 22:37:24 -04:00
..
lib.rs Handle intersections between two bezier curves (#735) 2022-07-29 22:37:24 -04:00
subpath.rs Added Subpaths to bezier-rs (#730) 2022-07-27 17:30:08 -04:00
svg_drawing.rs Added Subpaths to bezier-rs (#730) 2022-07-27 17:30:08 -04:00