this.x = x; this.y = y;
return x;
return y;
this.x = x;
this.y = y;
return "[TwoDPoint:x=" + this.x + ", y=" + y +"]";