Vector4.Vector4
Vector4(x: float, y: float, z: float, w: float)
Description

Creates a new vector with given x, y, z, w components.

Vector4(x: float, y: float, z: float)
Description

Creates a new vector with given x, y, z components and sets w to zero.

Vector4(x: float, y: float)
Description

Creates a new vector with given x, y components and sets z and w to zero.