FQuaternionConcatenate Method

Concatenate the first quaternion rotation onto the second one.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FQuaternion Concatenate(
	FQuaternion quaternion1,
	FQuaternion quaternion2
)

Parameters

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.

Return Value

FQuaternion
Reference to a newly created quaternion where the second item has been concatenated onto the first, if legitimate.

See Also