From a5a8940e4aac91c869d4ad1b30199a4bbc10eb17 Mon Sep 17 00:00:00 2001 From: n0m1s Date: Thu, 27 Feb 2020 23:29:55 +0100 Subject: [PATCH] documentating code --- html/illumination_curve.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/illumination_curve.js b/html/illumination_curve.js index 7357daf..f51978d 100644 --- a/html/illumination_curve.js +++ b/html/illumination_curve.js @@ -56,6 +56,9 @@ class IlluminationPoint { } } +/** + * drawing functions for the bezier path and handles + */ class Drawer { constructor(context) { this.draw = context;