Matrix.initFromVec4
graphene.matrix.Matrix initFromVec4(graphene.vec4.Vec4 v0, graphene.vec4.Vec4 v1, graphene.vec4.Vec4 v2, graphene.vec4.Vec4 v3)Initializes a #graphene_matrix_t with the given four row vectors.
Parameters
v0 | the first row vector |
v1 | the second row vector |
v2 | the third row vector |
v3 | the fourth row vector |
Returns
the initialized matrix