1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-22 16:23:12 +02:00

polybezier

This commit is contained in:
Pomax
2016-01-10 13:46:59 -08:00
parent d6a335006e
commit 3c190e630c
7 changed files with 416 additions and 99 deletions

View File

@@ -39,10 +39,7 @@ module.exports = {
catmullconv: require("./catmullconv"),
catmullmoulding: require("./catmullmoulding"),
/*
// This requires bezier.js to have a proper poly implementation
polybezier: require("./polybezier"),
*/
polybezier: require("./polybezier"),
/*
// This section is way too much work to port, and not worth implementing given paper.js etc.