1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 15:32:09 +02:00

all the moulding sections

This commit is contained in:
Pomax
2016-01-07 14:08:16 -08:00
parent 4f3c475691
commit f08e3d222a
16 changed files with 1425 additions and 465 deletions

View File

@@ -31,13 +31,14 @@ module.exports = {
intersections: require("./intersections"),
curveintersection: require("./curveintersection"),
moulding: require("./moulding")
abc: require("./abc"),
moulding: require("./moulding"),
pointcurves: require("./pointcurves")
};
/*
pointcurves: require("./pointcurves"),
catmullconv: require("./catmullconv"),
catmullmoulding: require("./catmullmoulding"),
@@ -55,8 +56,7 @@ module.exports = {
*/
/*
Curve moulding (using the projection ratio)
Creating a curve from three points
Bézier curves and Catmull-Rom curves
Creating a Catmull-Rom curve from three points
Forming poly-Bézier curves