FVector3Offset 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 FVector3 Offset(
FVector3 vector,
float dx,
float dy,
float dz
)
Public Shared Function Offset (
vector As FVector3,
dx As Single,
dy As Single,
dz As Single
) As FVector3
No code example is currently available or this language may not be supported.
- vector FVector3
-
Reference to the vector to be offset.
- dx Single
-
X distance from the original vector.
- dy Single
-
Y distance from the original vector.
- dz Single
-
Z distance from the original vector.
FVector3
Reference to a new vector at the specified offset from the original.