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