Vector4Constructor

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

Description

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


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

Description

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


public Vector4 (float x, float y);

Description

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