结构体 FVector4

FVector4 structure

具有四个分量的 float 向量。

public struct FVector4

构造函数

名称描述
FVector4(Vector3)初始化 FVector4 的新实例。
FVector4(Vector4)初始化 FVector4 的新实例。
FVector4(Vector3, float)初始化 FVector4 的新实例。
FVector4(float, float, float)初始化 FVector4 的新实例。
FVector4(float, float, float, float)初始化 FVector4 的新实例。

方法

名称描述
override ToString()返回表示 FVector4 的字符串
operator +运算符重载 +
explicit operator
operator *运算符重载 *
operator -运算符重载 -(减号)

字段

名称描述
Ww 分量。
Xx 分量。
Yy 分量。
Zz 分量。

另请参见