Click or drag to resize

QuaternionMultiply Operator (Quaternion, Quaternion)

Multiplies a specified Quaternion by another specified Quaternion, 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 left,
	Quaternion right
)

Parameters

left
Type: AGI.Foundation.CoordinatesQuaternion
The first quaternion.
right
Type: AGI.Foundation.CoordinatesQuaternion
The second quaternion.

Return Value

Type: Quaternion
The result of the multiplication.
See Also