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