Function toString

Returns a string representation of a line or two points.

  • Returns a string representation of two points

    import { Lines } from 'https://unpkg.com/ixfx/dist/geometry.js'
    console.log(Lines.toString(a, b)));

    Parameters

    Returns string

  • Returns a string representation of a line

    import { Lines } from 'https://unpkg.com/ixfx/dist/geometry.js'
    Lines.toString(line);

    Parameters

    Returns string