`Aabb::vertices()` returns the vertices in incorrect order
s-nie opened this issue · 0 comments
s-nie commented
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.