1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-18 22:41:49 +02:00
This commit is contained in:
Pomax
2016-01-08 16:10:39 -08:00
parent fba01ea536
commit b4910017ac
31 changed files with 3933 additions and 73 deletions

View File

@@ -34,14 +34,14 @@ module.exports = {
abc: require("./abc"),
moulding: require("./moulding"),
pointcurves: require("./pointcurves")
pointcurves: require("./pointcurves"),
catmullconv: require("./catmullconv"),
catmullmoulding: require("./catmullmoulding")
};
/*
catmullconv: require("./catmullconv"),
catmullmoulding: require("./catmullmoulding"),
polybezier: require("./polybezier"),
shapes: require("./shapes"),
@@ -56,9 +56,6 @@ module.exports = {
*/
/*
Bézier curves and Catmull-Rom curves
Creating a Catmull-Rom curve from three points
Forming poly-Bézier curves
Boolean shape operations
Projecting a point onto a Bézier curve