points

points: number[][][]

Array of coordinate data.

  • points[row] is all the data for a grid row.
  • points[row][j] is the j'th point across the row
  • points[row][j][k] is numeric value k.

Defined in

Last Updated: 08 January, 2020