Matrix.getRow
void getRow(uint index, out graphene.vec4.Vec4 res)Retrieves the given row vector at index_ inside a matrix.
Parameters
index | the index of the row vector, between 0 and 3 |
res | return location for the #graphene_vec4_t that is used to store the row vector |