• Gets intersection points between a line and an arc.

    Parameters

    • line: Line2d

      The reference line.

    • arc: Arc2d

      The reference arc.

    Returns Point2d[]

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

Generated using TypeDoc