Click or drag to resize

Quaternion.Multiply 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: 25.1.421.0 (25.1.421.0)
Syntax
public static Quaternion operator *(
	Quaternion quaternion,
	ElementaryRotation rotation
)

Parameters

quaternion
Type: AGI.Foundation.Coordinates.Quaternion
The quaternion.
rotation
Type: AGI.Foundation.Coordinates.ElementaryRotation
The elementary rotation.

Return Value

Type: Quaternion
The result of the multiplication.
See Also