• Gets intersection points between a sector and a line.

    Parameters

    • sector: Sector2d

      The reference sector.

    • line: Line2d

      The reference line.

    Returns Point2d[]

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

Generated using TypeDoc