Function mat3::scale [] [src]

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