Function vecmath::mat3x4_add [] [src]

pub fn mat3x4_add<T: Float + Copy>(a: Matrix3x4<T>, b: Matrix3x4<T>) -> Matrix3x4<T>

Adds two matrices.