Function mat4_id

Source
pub fn mat4_id<T>() -> Matrix4<T>
where T: Copy + One + Zero,
Expand description

Constructs identity matrix.