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:
@@ -57,7 +57,3 @@ drawRTCurve(points) {
|
||||
text(`(0,0)`, 5,15);
|
||||
text(`(${points[3].x|0},0)`, points[3].x, -5, CENTER);
|
||||
}
|
||||
|
||||
onMouseMove() {
|
||||
redraw();
|
||||
}
|
||||
|
@@ -57,7 +57,3 @@ drawRTCurve(points) {
|
||||
text(`(0,0)`, 5,15);
|
||||
text(`(${points[2].x|0},0)`, points[2].x, 15, CENTER);
|
||||
}
|
||||
|
||||
onMouseMove() {
|
||||
redraw();
|
||||
}
|
||||
|
Reference in New Issue
Block a user