Function autoConnectEdges

  • Similar to autoConnectAllEdges, but only auto-connects a select set of edges. Edges will not replace already connected triangles. If an edge fails to auto-connect, then an error will be thrown.

    Parameters

    • edges: EdgeList

      The list of edges to auto-connect. If an edge is not in this list, it will not be auto-connected.

    • connectableTriangles: Triangle[]

      The list of triangles that the edges in the edge list are allowed to connect to.

    Returns void

Generated using TypeDoc