parry icon indicating copy to clipboard operation
parry copied to clipboard

`Aabb::vertices()` returns the vertices in incorrect order

Open s-nie opened this issue 2 years ago • 0 comments

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.

s-nie avatar Jan 19 '24 08:01 s-nie