FQuaternionTransferValues Method
Transfer the values of the source quaternion to the target.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static void TransferValues(
FQuaternion source,
FQuaternion target
)
Public Shared Sub TransferValues (
source As FQuaternion,
target As FQuaternion
)
No code example is currently available or this language may not be supported.
Parameters
- source FQuaternion
-
The source quaternion whose values will be copied.
- target FQuaternion
-
The target quaternion to receive the values.
This method raises events where appropriate.