FPoint3Translate Method

Translate the values of the caller's point by the provided offset.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void Translate(
	FPoint3 point,
	FPoint3 offset
)

Parameters

point  FPoint3
Reference to the point to be translated.
offset  FPoint3
Reference to the offset to apply to the point.

See Also