FRotation3Assign(FRotation3, FRotation3) Method

Set the base values of the target rotation from the source.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static void Assign(
	FRotation3 source,
	FRotation3 target
)

Parameters

source  FRotation3
Reference to the source rotation.
target  FRotation3
Reference to the target rotation.

See Also