Search:

Type: Posts; User: anduril462

Search: Search took 0.05 seconds.

  1. Replies
    9
    Views
    1,763

    If you're working in 3D space, then more than two...

    If you're working in 3D space, then more than two polygons can share an edge, in which case your "reverse the start and end coordinates" trick wont work. But I get the impression that's not the case...
  2. Replies
    9
    Views
    1,763

    Is it possible for two polygons to share an edge?...

    Is it possible for two polygons to share an edge? If so, how will your solution handle that?
  3. Replies
    9
    Views
    1,763

    This is basically the same as cycle detection...

    This is basically the same as cycle detection in graph theory. In your case, you have a list of edges, with the two vertices they're connected to as the endpoints of the line. I don't know if...
Results 1 to 3 of 3