Function vec4::scale_mat3 [] [src]

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