1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 03:30:34 +02:00

arc length

This commit is contained in:
Pomax
2020-08-25 18:38:38 -07:00
parent 22ffc4b6c2
commit bf88ba4e4c
43 changed files with 23663 additions and 5474 deletions

View File

@@ -57,7 +57,3 @@ drawRTCurve(points) {
text(`(0,0)`, 5,15);
text(`(${points[3].x|0},0)`, points[3].x, -5, CENTER);
}
onMouseMove() {
redraw();
}

View File

@@ -57,7 +57,3 @@ drawRTCurve(points) {
text(`(0,0)`, 5,15);
text(`(${points[2].x|0},0)`, points[2].x, 15, CENTER);
}
onMouseMove() {
redraw();
}