GeometryBasics.jl icon indicating copy to clipboard operation
GeometryBasics.jl copied to clipboard

`union` with negative width rectangles gives wrong result

Open ffreyer opened this issue 3 years ago • 0 comments

julia> union(Rect2f(0, 0, -1, -1), Rect2f(0, 0, 1, 1))
GeometryBasics.HyperRectangle{2, Float32}(Float32[0.0, 0.0], Float32[1.0, 1.0])

ffreyer avatar Jan 15 '22 13:01 ffreyer