• Checks if two lines are parallel.

    Parameters

    • line1: Line2d

      The first reference line.

    • line2: Line2d

      The second reference line.

    Returns boolean

    true if the lines are parallel, otherwise false.

Generated using TypeDoc