Skip to main content

iter_oct_normals

Function iter_oct_normals 

Source
pub fn iter_oct_normals(bytes: &[u8]) -> impl Iterator<Item = [f32; 3]> + '_
Expand description

Iterator over oct-encoded normals (2 bytes each), yielding [f32; 3].