static FourPointsRange fourPointsRange_autoSwap(double min, double max) { ret min < max ? fourPointsRange(min, max) : FourPointsRange(max, min); }