FMatrix4Translate(FVector3, FVector3) Method

Translate a vector by the specified translation.

Definition

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

Parameters

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

Return Value

FVector4
Translated point.

See Also