pub fn col_mat3x4_row<T>(mat: [[T; 4]; 3], i: usize) -> [T; 3]where
    T: Copy,
Expand description

Returns a row vector of a column matrix.