ixfx
    Preparing search index...
    • Calculates slope of line.

      Parameters

      • lineOrPoint: Point | Line

        Line or point. If point is provided, second point must be given too

      • Optionalb: Point

        Second point if needed

      Returns number

      Lines.slope(line);
      Lines.slope(ptA, ptB)