FVector3MagnitudeSquared Method

Return the magnitude of the vector squared.

Definition

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

Parameters

vector  FVector3
Reference to the vector to inspect.

Return Value

Single
The magnitude of the supplied vector squared.

See Also