mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-10 18:54:23 +02:00
section 22
This commit is contained in:
@@ -27,12 +27,13 @@ module.exports = {
|
||||
|
||||
arclength: require("./arclength"),
|
||||
arclengthapprox: require("./arclengthapprox"),
|
||||
tracing: require("./tracing")
|
||||
tracing: require("./tracing"),
|
||||
|
||||
intersections: require("./intersections")
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
intersections: require("./intersections"),
|
||||
curveintersection: require("./curveintersection"),
|
||||
moulding: require("./moulding"),
|
||||
pointcurves: require("./pointcurves"),
|
||||
@@ -54,7 +55,6 @@ module.exports = {
|
||||
*/
|
||||
|
||||
/*
|
||||
Intersections
|
||||
Curve/curve intersection
|
||||
Curve moulding (using the projection ratio)
|
||||
Creating a curve from three points
|
||||
|
Reference in New Issue
Block a user