Vector4

constructor(x: Float, y: Float, z: Float, w: Float)

Constructs a new Vector4 instance with the specified x, y, z, and w positions.

Parameters

x

The x position.

y

The y position.

z

The z position.

w

The w position.


constructor(value: Float)
constructor(other: Vector3, w: Float)
constructor(other: Vector4)