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