Function vec3::ssub [] [src]

pub fn ssub<'a, T: Copy + Num>(
    out: &'a mut [T; 3],
    a: &[T; 3],
    s: T
) -> &'a mut [T; 3]