[][src]Function skeletal_animation::math::col_mat2x3_row

pub fn col_mat2x3_row<T>(mat: [[T; 3]; 2], i: usize) -> [T; 2] where
    T: Copy

Returns a row vector of a column matrix.