Function autoConnectAllEdges

  • Auto-connect edges of a given set of triangles by checking the vertex positions of each triangle in the set. Already connected edges will not be reconnected to other edges.

    Parameters

    • triangles: Triangle[]

      The triangles to auto-connect.

    Returns void

Generated using TypeDoc