Function vec3::set_down[][src]

pub fn set_down<T>(out: &mut [T; 3]) -> &mut [T; 3] where
    T: Neg<Output = T> + One + Zero