FVector2Normalize Method

Normalize the values of the provided vector to unit value.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2714.4042
C#
public static FVector2 Normalize(
	FVector2 vector
)

Parameters

vector  FVector2
Reference to the vector to convert.

Return Value

FVector2
Normalized version of the caller's vector.

Remarks

The normalized value of the vector represents each leg as a percentage of object's total length.

See Also