Function mat4::scale [] [src]

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