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