Function shapeDistanceLines

Returns the distance between two lines.

  • Parameters

    • start1: Vec2

      start point of first line

    • end1: Vec2

      end point of first line

    • start2: Vec2

      start point of second line

    • end2: Vec2

      end point of second line

    Returns Num

    The distance between the two lines