[][src]Function skeletal_animation::math::col_mat3x2_mul_col

pub fn col_mat3x2_mul_col<T>(a: [[T; 2]; 3], b: [[T; 2]; 3], i: usize) -> [T; 2] 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.