FPoint3Subtraction Operator

Return the result of one point subtracted from another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint3 operator -(
	FPoint3 pointA,
	FPoint3 pointB
)

Parameters

pointA  FPoint3
Reference to the minuend point.
pointB  FPoint3
Reference to the subtrahend point.

Return Value

FPoint3
Result of the subtraction.

See Also