jakke-graphics-ts
    Preparing search index...

    Function isParallelLines

    • Determines whether two lines are parallel.

      Parameters

      • li0: Line

        The first line, represented by two points.

      • li1: Line

        The second line, represented by two points.

      Returns boolean

      true if the lines are parallel, otherwise false.