Graphite/bezier-rs/docs/interactive-docs
Hannah Li a9b63f2a4c Implement self-intersection function for Beziers (#740)
* Initial commit and refactor reduce

* Refactor reduce to get t values

* Implement self intersection

* Return pairs of t values

* Fix results for the case where self is linear and other is not, address other comments

* Update a rustdoc comment

* Address final PR comments
2022-07-31 22:46:33 -04:00
..
public Make certain Bezier function parameters optional and other refactors (#713) 2022-07-06 14:02:52 -04:00
src Implement self-intersection function for Beziers (#740) 2022-07-31 22:46:33 -04:00
wasm Implement self-intersection function for Beziers (#740) 2022-07-31 22:46:33 -04:00
.eslintrc.js Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
.gitignore Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
README.md Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
package-lock.json Update npm dependencies 2022-07-23 15:31:02 -07:00
package.json Update npm dependencies 2022-07-23 15:31:02 -07:00
tsconfig.json Fix problem with compiling bezier-rs-wasm (#710) 2022-07-01 16:58:07 -04:00
vue.config.js Fix problem with compiling bezier-rs-wasm (#710) 2022-07-01 16:58:07 -04:00

README.md

interactive-docs

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.