You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
I've fixed the numeric promotion error here, but I am not sure what the expected result should be with negative widths. With the current implementation I get:
Thanks for fixing it! I didn't even notice the actual numbers. It was just an example that was randomly generated in my code.
The parameterization of axis-aligned bounding boxes here is origin and widths. If instead it was lower, and upper, then negative width would correspond to lower>upper. If the intersection logic were written in those terms, I think the result would be widths .== 0. But perhaps we can postpone that for later. It wasn't the intention of opening this issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: