Function mat4_add

Source
pub fn mat4_add<T>(a: Matrix4<T>, b: Matrix4<T>) -> Matrix4<T>
where T: Copy + Add<T, Output = T>,
Expand description

Adds two matrices.