clone method

Point clone()

Implementation

Point clone() {
  return Point(x, y);
}