1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-19 06:52:02 +02:00

Add a curvature section (#159)

* curvature and radius of curvature
This commit is contained in:
Pomax
2018-12-09 16:31:16 -08:00
committed by GitHub
parent 3e1a3c27f5
commit 4ad072c7a2
25 changed files with 390 additions and 11 deletions

View File

@@ -40,6 +40,7 @@ module.exports = {
// accurate arc length is hard, yo
arclength: require("./arclength"),
arclengthapprox: require("./arclengthapprox"),
curvature: require("./curvature"),
tracing: require("./tracing"),
// curve intersections