• Get the intersection point between two segments.

    Parameters

    • line1: Line2d

      The first reference segment.

    • line2: Line2d

      The second reference segment.

    Returns Point2d

    A point if any intersection is found, otherwize null;

Generated using TypeDoc