FVector3Translate 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(
FVector3 vector,
FVector3 offset
)
Public Shared Sub Translate (
vector As FVector3,
offset As FVector3
)
No code example is currently available or this language may not be supported.
Parameters
- vector FVector3
-
Reference to the vector to be translated.
- offset FVector3
-
Reference to the offset to apply to the point.