FVector2MiddlePoint Method
Return the middle coordinate between two vectors.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector2 MiddlePoint(
FVector2 vectorA,
FVector2 vectorB
)
Public Shared Function MiddlePoint (
vectorA As FVector2,
vectorB As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- vectorA FVector2
-
Reference to the first vector to test.
- vectorB FVector2
-
Reference to the second vector to test.
FVector2
Reference to a vector that represents the exact middle coordinate of
the caller's virtual line.