Function vec3::from_vec4 [] [src]

pub fn from_vec4<'a, 'b, T: Copy + Num>(
    out: &'a mut [T; 3],
    v: &'b [T; 4]
) -> &'a mut [T; 3]