Function nannou_mesh::from_points[][src]

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

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