Function nannou::prelude::geom::tri::flatten_index_tris[][src]

pub fn flatten_index_tris<I>(
    index_tris: I
) -> FlattenIndices<<I as IntoIterator>::IntoIter>

Notable traits for FlattenIndices<I>

impl<I> Iterator for FlattenIndices<I> where
    I: Iterator<Item = [usize; 3]>, 
type Item = usize;
where
    I: IntoIterator<Item = [usize; 3]>, 
Expand description

Given an iterator yielding trios of indices, produce an iterator that yields each index one at a time.