Retrieves the value of a specified axis from a stored point in the points list.
points_get(index, axis)
Retrieve the X coordinate (axis 0) of the first stored point
points_get(0, 0);
Retrieve the Z coordinate (axis 2) of the third stored point
points_get(2, 2);