FVector4SwapYZ Method

Swap the values of the Y and Z axis.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector4 SwapYZ(
	FVector4 vector
)

Parameters

vector  FVector4
Vector containing values to swap.

Return Value

FVector4
Copy of the caller's vector where the handedness of the object has been reversed.

See Also