• Gets intersection points between a circle and another circle.

    Parameters

    • circle1: Circle2d

      The first reference circle.

    • circle2: Circle2d

      The second reference circle.

    Returns Point2d[]

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

Generated using TypeDoc