FVector4ReverseDirection Method

Reverse the direction of the specified vector.

Definition

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

Parameters

vector  FVector4
Reference to the vector to be reversed.

Return Value

FVector4
Reference to a new vector with all of the dimensions reversed.

See Also