FVector2Magnitude Method
Return the absolute magnitude of the provided vector.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static float Magnitude(
FVector2 vector
)
Public Shared Function Magnitude (
vector As FVector2
) As Single
No code example is currently available or this language may not be supported.
- vector FVector2
-
Reference to the vector for which the magnitude will be found.
Single
The absolute magnitude of the caller's vector.