Version: 2020.2

Vector4Constructor

切换到手册
public Vector4 (float x, float y, float z, float w);

描述

使用给定的 x、y、z、w 分量创建新向量。


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

描述

使用给定的 x、y、z 分量创建新向量,并将 w 设置为零。


public Vector4 (float x, float y);

描述

使用给定的 x、y 分量创建新向量,并将 zw 设置为零。