[][src]Function skeletal_animation::math::row_mat2x3_col

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

Returns a column vector of a row matrix.