• Gets intersection points between a line and a circle.

    Parameters

    • line: Line2d

      The reference line.

    • circle: Circle2d

      The reference circle.

    Returns Point2d[]

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

Generated using TypeDoc