[][src]Function skeletal_animation::math::col_mat4x3_row

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

Returns a column vector of a row matrix.