Function vecmath::row_mat4_mul [] [src]

pub fn row_mat4_mul<T: Float + Copy>(a: Matrix4<T>, b: Matrix4<T>) -> Matrix4<T>

Multiplies two matrices.