Browse Source

Add comments

main
Luke Murphy 4 years ago
parent
commit
853527f289
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      voicegardens/static/voicegardens.js

4
voicegardens/static/voicegardens.js

@ -207,10 +207,10 @@ class GeneratedShape {
// vector objects, not plain x, y coordinates as in xs, ys.
this.vectors = [];
// ???
// Angles between xs and ys.
this.angles = [];
// ???
// Curve movement wobble frequencies.
this.frequencies = [];
// Random x,y values (only randomly chosen once, then fixed) which are used

Loading…
Cancel
Save