FVector3Magnitude Method

Return the absolute magnitude of the provided point.

Definition

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

Parameters

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

Return Value

Single
The absolute magnitude of the caller's point.

See Also