Browse Source

documentating code

master
n0m1s 6 years ago
parent
commit
a5a8940e4a
Signed by: nomis GPG Key ID: BC0454CAD76FE803
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      html/illumination_curve.js

+ 3
- 0
html/illumination_curve.js View File

@ -56,6 +56,9 @@ class IlluminationPoint {
}
}
/**
* drawing functions for the bezier path and handles
*/
class Drawer {
constructor(context) {
this.draw = context;


Loading…
Cancel
Save