Deletes a point at the specified index from the list of points.
points_delete(index)
Delete the first point in the list
points_delete(0);
Delete the third point in the list
points_delete(2);
points_count points_clear points_add points_get points_set points_delete points_load points_save