[][src]Function skeletal_animation::math::row_mat3x4_col

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

Returns a column vector of a row matrix.