FRotation3Offset Method

Return a new instance the caller's rotation, translated by the specified offset.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FRotation3 Offset(
	FRotation3 rotation,
	float dx,
	float dy,
	float dz
)

Parameters

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.

Return Value

FRotation3
Reference to a new rotation at the specified offset from the original.

See Also