FPointMiddlePoint Method

Return the middle coordinate between two points.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint MiddlePoint(
	FPoint pointA,
	FPoint pointB
)

Parameters

pointA  FPoint
Reference to the first point to test.
pointB  FPoint
Reference to the second point to test.

Return Value

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

See Also