Function vec4::scale_mat2 [] [src]

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