FVector3SwapYZ 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 FVector3 SwapYZ(
	FVector3 vector
)

Parameters

vector  FVector3
Vector containing values to swap.

Return Value

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

See Also