Function mat2::new [] [src]

pub fn new<T: Copy + Num>(m11: T, m12: T, m21: T, m22: T) -> [T; 4]