Appends the vertex normals to the end of the vertex normal list.
points (list[tuple[float]]) – The list of vertices to be added. The vertices are represented as (x, y, z) tuples.
None