Function vecmath::col_mat4x3_mul_col [] [src]

pub fn col_mat4x3_mul_col<T: Float + Copy>(a: Matrix4x3<T>, b: Matrix4x3<T>, i: usize) -> Vector3<T>

Computes column vector in column matrix product.

The semantics of the order is the same as for row matrices.