[][src]Function nannou::mesh::from_points

pub fn from_points<P>(points: P) -> MeshPoints<P> where
    P: Channel

Create a simple base mesh from the given channel of vertex points.