1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-28 18:49:57 +02:00

new section (#154)

This commit is contained in:
Pomax
2018-08-19 19:12:18 -07:00
committed by GitHub
parent bc33c23d4e
commit 32276108ce
16 changed files with 404 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ module.exports = {
tightbounds: require("./tightbounds"),
inflections: require("./inflections"),
canonical: require("./canonical"),
yforx: require('./yforx'),
// accurate arc length is hard, yo
arclength: require("./arclength"),