init_from_vec4
Description:
[
Version ( since =
"1.0" ) ]
public unowned Matrix?
init_from_vec4 (
Vec4 v0,
Vec4 v1,
Vec4 v2,
Vec4 v3)
Initializes a Matrix with the given four row vectors.
Parameters:
this |
a Matrix
|
v0 |
the first row vector
|
v1 |
the second row vector
|
v2 |
the third row vector
|
v3 |
the fourth row vector
|
Returns: