FVector3ReverseDirection Method

Reverse the direction of the specified vector.

Definition

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

Parameters

vector  FVector3
Reference to the vector to be reversed.

Return Value

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

See Also