Is there an algorithm to solve line intersections of meshes?

Viewed 56

I've got the mesh below, is there any algorithm which can rearrange the points so the lines don't overlap anymore?

enter image description here

1 Answers

No, if the graph is non-planar.

Related