Click or drag to resize

QuaternionMultiply Operator (Quaternion, ElementaryRotation)

Multiplies a specified Quaternion by a specified ElementaryRotation, yielding a new Quaternion.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Quaternion operator *(
	Quaternion quaternion,
	ElementaryRotation rotation
)

Parameters

quaternion
Type: AGI.Foundation.CoordinatesQuaternion
The quaternion.
rotation
Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation.

Return Value

Type: Quaternion
The result of the multiplication.
See Also