[][src]Function nannou::mesh::extend_vertices

pub fn extend_vertices<M, I>(mesh: M, vertices: I) where
    M: PushVertex<I::Item>,
    I: IntoIterator

Extend the given mesh with the given sequence of vertices.

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