• Gets intersection points between an ellipse and an arc.

    Parameters

    • ellipse: Ellipse2d

      The reference ellipse.

    • arc: Arc2d

      The reference arc.

    Returns Point2d[]

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

Generated using TypeDoc