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
I'd expect the 2D implementation of Aabb::vertices to return the vertices of a rectangle in counter-clockwise order. It currently returns an hourglass shape though. So the two first vertices should be flipped.
The text was updated successfully, but these errors were encountered:
s-nie
changed the title
Aabb::vertices() returns the vertices in incorrect orderAabb::vertices() returns the vertices in incorrect order
Jan 19, 2024
I'd expect the 2D implementation of
Aabb::vertices
to return the vertices of a rectangle in counter-clockwise order. It currently returns an hourglass shape though. So the two first vertices should be flipped.The text was updated successfully, but these errors were encountered: