FVector2MagnitudeSquared Method

Return the magnitude of the vector squared.

Definition

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

Parameters

vector  FVector2
Reference to the vector to inspect.

Return Value

Single
The magnitude of the supplied vector squared.

See Also