FMatrix4Translate(FPoint3, FVector3) Method
Translate a point by the specified translation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint3 Translate(
FPoint3 point,
FVector3 translation
)
Public Shared Function Translate (
point As FPoint3,
translation As FVector3
) As FPoint3
No code example is currently available or this language may not be supported.
- point FPoint3
-
Reference point.
- translation FVector3
-
Distance by which to move the point.
FPoint3
Translated point.