Graphite/bezier-rs/docs/interactive-docs/src
Rob Nadal c343aaa3ab Implement bezier local_extrema function (#693)
* Implement backend of extrema in bezier-rs

* Added extrema frontend

* Added extrema interface

* Wrapped extrema in filter function to remove points not on the curve

* Saved intermediate results while computing extrema

* Fixed extrema bug when a in cubic formula is 0

* Removed extra prints

* Fixed quadratic extrema regression

* Moved helper functions to utils file

* Fixed bug in solve linear

* Stylistic changes per review

* Sentence comments

Co-authored-by: Linda Zheng <thelindazheng@gmail.com>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
2022-07-02 02:00:51 -04:00
..
components Implement function that projects to a Bezier curve (#688) 2022-07-01 18:22:17 -04:00
utils Implement function that projects to a Bezier curve (#688) 2022-07-01 18:22:17 -04:00
App.vue Implement bezier local_extrema function (#693) 2022-07-02 02:00:51 -04:00
main.ts Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
shims-vue.d.ts Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00