Function vec4::from_vec3 [] [src]

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