FQuaternionAdd Method

Add two quaternions and return the result.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FQuaternion Add(
	FQuaternion addend1,
	FQuaternion addend2
)

Parameters

addend1  FQuaternion
Reference to the first quaternion to add.
addend2  FQuaternion
Reference to the second quaternion to add.

Return Value

FQuaternion
Reference to a new quaternion representing the result of the addition, if legitimate.

See Also