• Gets intersection points between a line and a sector.

    Parameters

    • line: Line2d

      The reference line.

    • sector: Sector2d

      The reference sector.

    Returns Point2d[]

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

Generated using TypeDoc