pub fn mat3_id<T>() -> [[T; 3]; 3]where
    T: Copy + One + Zero,
Expand description

Constructs identity matrix.