// rectangular cut-off
static FourPointsRange fourPointsRange(double min, double max) {
  ret FourPointsRange(min, min, max, max);
}