FQuaternionConcatenate Method
Concatenate the first quaternion rotation onto the second one.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion Concatenate(
FQuaternion quaternion1,
FQuaternion quaternion2
)
Public Shared Function Concatenate (
quaternion1 As FQuaternion,
quaternion2 As FQuaternion
) As FQuaternion
No code example is currently available or this language may not be supported.
- quaternion1 FQuaternion
-
Reference to the first quaternion representing the base upon which
the other is to be added.
- quaternion2 FQuaternion
-
Reference to the second quaternion representing the extension to
add to the base.
FQuaternion
Reference to a newly created quaternion where the second item has
been concatenated onto the first, if legitimate.