The data of the points. The points are defined as an array of arrays, where each array contains the x, y and z coordinates of the point.
[[0, 0, 0], [1, 0, 0], [1, 1, 0], [0, 1, 0], [0, 0, 0]] Copy
[[0, 0, 0], [1, 0, 0], [1, 1, 0], [0, 1, 0], [0, 0, 0]]
The data of the points. The points are defined as an array of arrays, where each array contains the x, y and z coordinates of the point.