• Gets intersection points between an ellipse and antoher ellipse.

    Parameters

    • ellipse1: Ellipse2d

      The first reference ellipse.

    • ellipse2: Ellipse2d

      The second reference ellipse.

    Returns Point2d[]

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

Generated using TypeDoc