init
Description:
[
Version ( since =
"1.0" ) ]
public unowned Vec4?
init (
float x,
float y,
float z,
float w)
Initializes a Vec4 using the given values.
This function can be called multiple times.
Parameters:
this |
a Vec4
|
x |
the X field of the vector
|
y |
the Y field of the vector
|
z |
the Z field of the vector
|
w |
the W field of the vector
|
Returns:
a pointer to the initialized vector
|