ixfx
    Preparing search index...

    Function reverse

    • Reverses a line.

      const a = { x: 10, y: 20 };
      const b = { x: 100, y: 200 };
      const line = reverse({ a, b });
      // { a: { x: 100, y: 200 }, b: { x: 10, y: 20 } }
      ```
      @param line

      Parameters

      Returns Geometry.Line