FMatrix4Translate(FPoint3, FVector3) Method

Translate a point by the specified translation.

Definition

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

Parameters

point  FPoint3
Reference point.
translation  FVector3
Distance by which to move the point.

Return Value

FPoint3
Translated point.

See Also