FVector3SwapYZ Method
Swap the values of the Y and Z axis.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FVector3 SwapYZ(
FVector3 vector
)
Public Shared Function SwapYZ (
vector As FVector3
) As FVector3
No code example is currently available or this language may not be supported.
- vector FVector3
-
Vector containing values to swap.
FVector3
Copy of the caller's vector where the handedness of the object
has been reversed.