Function vec3::normalize [] [src]

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