Function vec3::from_vec2 [] [src]

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