FPointDelta Method

Return the coordinate difference between two points.

Definition

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

Parameters

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

Return Value

FPoint
Coordinate difference between two points.

See Also