FRotation3Assign(FRotation3, FRotation3) Method
Set the base values of the target rotation from the source.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void Assign(
FRotation3 source,
FRotation3 target
)
Public Shared Sub Assign (
source As FRotation3,
target As FRotation3
)
No code example is currently available or this language may not be supported.
Parameters
- source FRotation3
-
Reference to the source rotation.
- target FRotation3
-
Reference to the target rotation.