[][src]Function vecmath::row_mat4_col

pub fn row_mat4_col<T: Copy>(a: Matrix4<T>, i: usize) -> Vector4<T>

Returns a column vector of a row matrix.