FPoint3Delta Method

Return the coordinate difference between two points.

Definition

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

Parameters

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

Return Value

FPoint3
Coordinate difference between two points.

See Also