FVector2Offset Method
Return a new instance the caller's vector, translated by the specified
offset.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector2 Offset(
FVector2 vector,
float dx,
float dy
)
Public Shared Function Offset (
vector As FVector2,
dx As Single,
dy As Single
) As FVector2
No code example is currently available or this language may not be supported.
- vector FVector2
-
Reference to the vector to be offset.
- dx Single
-
X distance from the original vector.
- dy Single
-
Y distance from the original vector.
FVector2
Reference to a new vector at the specified offset from the original.