iammix / biaxialPy

Biaxial Load analysis for concrete sections
0 stars 0 forks source link

[biaxialPy] Sort list of angles in clockwise order #11

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 years ago

[biaxialPy] Sort list of angles in clockwise order

https://github.com/iammix/biaxialPy/blob/be17b7104c8d93b878c3fbae4b414b00a48c1782/src/geometry.py#L141


        idx = sorted(range(len(a0)), key=lambda j: a0[j], reverse=False)
        a = sorted(a)
    else:
        # TODO: [biaxialPy] Sort list of angles in clockwise order
        # assignees: iammix
        # labels: todo
        pass

1042722c9a75560b801d90a0d6265f395309314a