mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-25 17:42:46 +02:00
curve moulding
This commit is contained in:
@@ -30,12 +30,12 @@ module.exports = {
|
||||
tracing: require("./tracing"),
|
||||
|
||||
intersections: require("./intersections"),
|
||||
curveintersection: require("./curveintersection")
|
||||
curveintersection: require("./curveintersection"),
|
||||
moulding: require("./moulding")
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
moulding: require("./moulding"),
|
||||
pointcurves: require("./pointcurves"),
|
||||
|
||||
catmullconv: require("./catmullconv"),
|
||||
|
Reference in New Issue
Block a user