Function quat::from_vec3 [] [src]

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