[][src]Function skeletal_animation::math::col_mat4x3_mul_col

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