[][src]Function skeletal_animation::math::row_mat3_col

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

Returns a column vector of a row matrix.