class Point { constructor(x, y) { this.cx = x; this.cy = y; } }