Function quat::from_vec2 [] [src]

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