[][src]Function skeletal_animation::math::row_mat4_col

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

Returns a column vector of a row matrix.