[][src]Function skeletal_animation::math::col_mat3x4_row

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

Returns a row vector of a column matrix.