Function vecmath::row_mat3_mul [] [src]

pub fn row_mat3_mul<T: Float + Copy>(a: Matrix3<T>, b: Matrix3<T>) -> Matrix3<T>

Multiplies two matrices.