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:
@@ -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
|
||||
|
Reference in New Issue
Block a user