[][src]Function nannou::mesh::push_vertex

pub fn push_vertex<M, V>(mesh: M, vertex: V) where
    M: PushVertex<V>, 

Push the given vertex to the given mesh.

The lengths of all non-index channels within the mesh should remain equal before and after a call to this function.