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