Function vecmath::mat3x4_add [] [src]

pub fn mat3x4_add<T>(a: Matrix3x4<T>, b: Matrix3x4<T>) -> Matrix3x4<T> where T: Copy + Add<T, Output=T>

Adds two matrices.