Function polygon

  • Creates a polygon based on the points that are given as an array of two dimensional arrays with numbers.

    Parameters

    • points: number[][]

      array of two dimensional arrays with points.

    Returns Polygon

Generated using TypeDoc