FVector3MagnitudeSquared Method
Return the magnitude of the vector squared.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static float MagnitudeSquared(
FVector3 vector
)
Public Shared Function MagnitudeSquared (
vector As FVector3
) As Single
No code example is currently available or this language may not be supported.
- vector FVector3
-
Reference to the vector to inspect.
Single
The magnitude of the supplied vector squared.