Matrix.initFromVec4

Initializes a #graphene_matrix_t with the given four row vectors.

Parameters

v0 graphene.vec4.Vec4

the first row vector

v1 graphene.vec4.Vec4

the second row vector

v2 graphene.vec4.Vec4

the third row vector

v3 graphene.vec4.Vec4

the fourth row vector

Return Value

Type: graphene.matrix.Matrix

the initialized matrix