• Gets intersection points between a circle and an arc.

    Parameters

    • circle: Circle2d

      The reference circle.

    • arc: Arc2d

      The reference arc.

    Returns Point2d[]

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

Generated using TypeDoc