class dot{ constructor(x, y){ this.x = x; this.y = y; } }