initFromVec4

fun initFromVec4(v0: Vec4, v1: Vec4, v2: Vec4, v3: Vec4): Matrix(source)

Initializes a #graphene_matrix_t with the given four row vectors.

Return

the initialized matrix

Since

1.0

Parameters

v0

the first row vector

v1

the second row vector

v2

the third row vector

v3

the fourth row vector