FVector4Length Method
Return the length of the vector.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float Length(
FVector4 vector
)
Public Shared Function Length (
vector As FVector4
) As Single
No code example is currently available or this language may not be supported.
- vector FVector4
-
Reference to the vector to measure.
Single
Length of the pure vector.
This version ignores the value of W.