Closed CarpeNecopinum closed 5 years ago
Based on #174, makes minimum(...) behave consistently with extrema(...)[1] and maximum(...) with extrema(...)[2] (i.e. return the corner of the bounding box).
minimum(...)
extrema(...)[1]
maximum(...)
extrema(...)[2]
Thank you :) Would you be willing to also add a simple test for this?
There you go :)
Thank you so much :)
Based on #174, makes
minimum(...)
behave consistently withextrema(...)[1]
andmaximum(...)
withextrema(...)[2]
(i.e. return the corner of the bounding box).