• Gets intersection points between two arcs.

    Parameters

    • arc1: Arc2d

      The first reference arc.

    • arc2: Arc2d

      The second reference arc.

    Returns Point2d[]

    An array of intersection points if any, otherwise an empty array.

Generated using TypeDoc