parry
parry copied to clipboard
`Aabb::vertices()` returns the vertices in incorrect order
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.