[][src]Function skeletal_animation::math::col_mat3x2_row

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

Returns a row vector of a column matrix.