FVector2MiddlePoint Method

Return the middle coordinate between two vectors.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FVector2 MiddlePoint(
	FVector2 vectorA,
	FVector2 vectorB
)

Parameters

vectorA  FVector2
Reference to the first vector to test.
vectorB  FVector2
Reference to the second vector to test.

Return Value

FVector2
Reference to a vector that represents the exact middle coordinate of the caller's virtual line.

See Also