You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the vertices_list implementation (also of all other AbstractPolytope types).
If it makes the implementation more expensive, we should add a new function vertices_list_ccw and use this one for plotting. The function can be restricted to 2D sets if that helps.
Change the plot recipe such that it sorts the vertices. Algorithm: Start with any vertex, compute the angle to all other vertices, choose the smallest one, and draw the line.
for example,
h = Hyperrectangle(center=[0.005, 1.1], radius=[0.005, 0.861785])
displays two triangles.The text was updated successfully, but these errors were encountered: