1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-11 03:04:28 +02:00

finally explained how to lower the curve order

This commit is contained in:
Pomax
2018-07-20 19:37:49 -07:00
parent b2a26b4fef
commit e3255abb56
23 changed files with 75881 additions and 37 deletions

View File

@@ -58,6 +58,7 @@ module.exports = {
// "things made of more than on curve"
polybezier: require("./polybezier"),
shapes: require("./shapes"),
//drawing: require("./drawing"),
// curve offsetting
projections: require("./projections"),