• Get the intersection point between two lines.

    Parameters

    • line1: Line2d

      The first reference line.

    • line2: Line2d

      The second reference line.

    Returns Point2d

    A point if any intersection is found, otherwize null;

Generated using TypeDoc