FPoint3Negate Method

Negate the values of the caller's coordinate.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FPoint3 Negate(
	FPoint3 point
)

Parameters

point  FPoint3
Reference to the point to be negated.

Return Value

FPoint3
Reference to the caller's point with negated values.

See Also