Graphite/bezier-rs/docs/interactive-docs/src
Jackie Chen 004c2aeff6 Implement bezier library's De Casteljau points function (#715)
* pre-rebase

* broken wasm

* hull lines

* update rust lib description

* update comments, handle match statement better, pass Point type to vue

* cleanup

* add linear case

* More idiomatic code

* Further simplifications to the algorithm and removal of more heap allocations

* Rename to de_casteljau_points and use colors for the iterations

* Small comment changes

* Improve colors

Co-authored-by: Jackie Chen <jackiechen73>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
Co-authored-by: Hannah Li <hannahli2010@gmail.com>
2022-07-27 00:35:43 -04:00
..
components Support linear bezier curve segments in the Bezier math library (#717) 2022-07-08 17:41:15 -04:00
utils Support linear bezier curve segments in the Bezier math library (#717) 2022-07-08 17:41:15 -04:00
App.vue Implement bezier library's De Casteljau points function (#715) 2022-07-27 00:35:43 -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