mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-23 08:43:18 +02:00
code comments
This commit is contained in:
@@ -23,9 +23,12 @@ draw() {
|
||||
scale(0.85);
|
||||
translate(30,30);
|
||||
|
||||
// This first part is the same as the previous graphic
|
||||
setFill(`black`);
|
||||
drawAxes("t", 0, 1, "d", 0, len|0, w, h);
|
||||
let LUT = this.plotDistanceFunction(w, h, len);
|
||||
|
||||
// but this part is new.
|
||||
this.drawPlotIntervals(w, h, LUT);
|
||||
|
||||
resetTransform();
|
||||
|
Reference in New Issue
Block a user