FVector2Length Method

Return the length of the vector.

Definition

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

Parameters

vector  FVector2
Reference to the vector to measure.

Return Value

Single
Length of the pure vector.

See Also