FVector2Translate Method
Translate the values of the caller's vector by the provided offset.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static void Translate(
FVector2 vector,
FVector2 offset
)
Public Shared Sub Translate (
vector As FVector2,
offset As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- vector FVector2
-
Reference to the vector to be translated.
- offset FVector2
-
Reference to the offset to apply to the vector.