Function linear

Source
pub fn linear<V, MI, MO>(mi: &MI) -> Result<MO>
Expand description

Subdivides a mesh linearly by creating four faces for each input face This will not smoothen the input mesh, since new vertices are placed only on existing edges