Function vecmath::col_mat4x3_mul [−][src]
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.
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.