FMatrix4Translate Method
Translate a vector by the specified translation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector3 Translate(
FVector3 point,
FVector3 translation
)
Public Shared Function Translate (
point As FVector3,
translation As FVector3
) As FVector3
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.
FVector3
Translated point.