def _in_range_y(self, point):
        return 0 <= point[1] < self.dim[1]