Version: 2017.2

Vector4Constructor

Switch to Manual
public Vector4 (float x, float y, float z, float w);

Description

Создает новый vector с компонентами x,y,z,w


public Vector4 (float x, float y, float z);

Description

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


public Vector4 (float x, float y);

Description

Создает новый vector с компонентами x,y,z,w. z и w равны нулю