FVector2MagnitudeSquared Method
Return the magnitude of the vector squared.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static float MagnitudeSquared(
FVector2 vector
)
Public Shared Function MagnitudeSquared (
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 inspect.
Single
The magnitude of the supplied vector squared.