Matrix.getRow

void getRow(uint index, out graphene.vec4.Vec4 res)

Retrieves the given row vector at index_ inside a matrix.

Parameters

indexthe index of the row vector, between 0 and 3
resreturn location for the #graphene_vec4_t that is used to store the row vector