mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-28 10:40:52 +02:00
up to and including section 21
This commit is contained in:
@@ -23,15 +23,15 @@ module.exports = {
|
||||
boundingbox: require("./boundingbox"),
|
||||
aligning: require("./aligning"),
|
||||
tightbounds: require("./tightbounds"),
|
||||
canonical: require("./canonical")
|
||||
canonical: require("./canonical"),
|
||||
|
||||
arclength: require("./arclength"),
|
||||
arclengthapprox: require("./arclengthapprox"),
|
||||
tracing: require("./tracing")
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
arclength: require("./arclength"),
|
||||
arclengthapprox: require("./arclengthapprox"),
|
||||
tracing: require("./tracing"),
|
||||
|
||||
intersections: require("./intersections"),
|
||||
curveintersection: require("./curveintersection"),
|
||||
moulding: require("./moulding"),
|
||||
@@ -54,9 +54,6 @@ module.exports = {
|
||||
*/
|
||||
|
||||
/*
|
||||
Arc length
|
||||
Approximated arc length
|
||||
Tracing a curve at fixed distance intervals
|
||||
Intersections
|
||||
Curve/curve intersection
|
||||
Curve moulding (using the projection ratio)
|
||||
|
Reference in New Issue
Block a user