FPoint3Invert Method

Invert the values of the caller's coordinate.

Definition

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

Parameters

point  FPoint3
Reference to the point to be inverted.

Return Value

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

See Also