FVector2Magnitude Method

Return the absolute magnitude of the provided vector.

Definition

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

Parameters

vector  FVector2
Reference to the vector for which the magnitude will be found.

Return Value

Single
The absolute magnitude of the caller's vector.

See Also