[][src]Function skeletal_animation::math::row_mat4x3_col

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

Returns a column vector of a row matrix.