weldx.geometry.has_cw_ordering

weldx.geometry.has_cw_ordering(points)

Return True if a set of points has clockwise ordering, False otherwise.

Notes

The algorithm was taken from the following Stack Overflow answer: https://stackoverflow.com/a/1165943/6700329