Function vec2::set_down[][src]

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