set

fun set(x: Double, y: Double, z: Double, w: Double): Vector4

Sets the vector components.

Return

A reference to this vector.

Parameters

x

The value of the x component.

y

The value of the y component.

z

The value of the z component.

w

The value of the w component.