Matrix.initFromVec4

Initializes a #graphene_matrix_t with the given four row vectors.

class Matrix
initFromVec4

Parameters

v0 Vec4

the first row vector

v1 Vec4

the second row vector

v2 Vec4

the third row vector

v3 Vec4

the fourth row vector

Return Value

Type: Matrix

the initialized matrix

Meta