FVector2Length Method
Return the length of the vector.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static float Length(
FVector2 vector
)
Public Shared Function Length (
vector As FVector2
) As Single
No code example is currently available or this language may not be supported.
- vector FVector2
-
Reference to the vector to measure.
Single
Length of the pure vector.