Function vec4::scale_mat4 [] [src]

pub fn scale_mat4<'a, 'b, T: Copy + Num + Sqrt>(
    out: &'a mut [T; 4],
    m: &'b [T; 16]
) -> &'a mut [T; 4]