Graphite/bezier-rs/docs/interactive-docs
Hannah Li 3c2fff4465 Implement function to find intersections between a Bezier and a linear line (#708)
* Implement line intersection for quadratics, begin work for cubic

* Implement line intersection for cubic beziers, add tests for cubic root finding

* Rename function and update comments

* Minor refactor and adjust comments

* Address PR comments
2022-07-04 19:29:25 -04:00
..
public Beginnings of the bezier-rs math library (#662) 2022-06-16 20:50:58 -04:00
src Implement function to find intersections between a Bezier and a linear line (#708) 2022-07-04 19:29:25 -04:00
wasm Implement function to find intersections between a Bezier and a linear line (#708) 2022-07-04 19:29:25 -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 Implement functions to create a Bezier that goes through 3 specified points (#687) 2022-06-29 20:52:09 -04:00
package.json Implement functions to create a Bezier that goes through 3 specified points (#687) 2022-06-29 20:52:09 -04: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.