Add projects and tutorials
This commit is contained in:
8
tutorials/midpoint_displacement/dot.js
Normal file
8
tutorials/midpoint_displacement/dot.js
Normal file
@@ -0,0 +1,8 @@
|
||||
class dot{
|
||||
|
||||
constructor(x, y){
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user