[][src]Function skeletal_animation::math::row_mat3x2_col

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

Returns a column vector of a row matrix.