We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48342a commit 2662252Copy full SHA for 2662252
src/javascript/simulations/nSlit.js
@@ -1,7 +1,7 @@
1
import { Grating } from "../shared/slit.js";
2
import { i2h, interpolate, w2h } from "../utils/color.js";
3
4
-// jiayous jiayous
+// this is THE one
5
6
class GratingFFTSimulation {
7
constructor(cvs, ctx, density = 1000, wavelength = 500e-9, slitWidth = 2e-6, distanceToScreen = 2.0) {
0 commit comments