FVector4Length Method

Return the length of the vector.

Definition

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

Parameters

vector  FVector4
Reference to the vector to measure.

Return Value

Single
Length of the pure vector.

Remarks

This version ignores the value of W.

See Also