[][src]Function vecmath::col_mat4x3_mul

pub fn col_mat4x3_mul<T>(a: Matrix4x3<T>, b: Matrix4x3<T>) -> Matrix4x3<T> where
    T: Copy + Add<T, Output = T> + Mul<T, Output = T>, 

Multiplies two matrices.