List<Point> translate(num translateX, num translateY) => map((p) => p.incrementXY(translateX, translateY)).toList();