Function vecmath::col_mat3x2_mul_col [−][src]
pub fn col_mat3x2_mul_col<T>(
a: Matrix3x2<T>,
b: Matrix3x2<T>,
i: usize
) -> Vector2<T> where
T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Computes column vector in column matrix product.
The semantics of the order is the same as for row matrices.