point intersects(Point point1, Point point2) { return point1.equals(point2); }