Click or drag to resize

ElementaryRotationMultiply Method (UnitQuaternion)

Multiplies this instance by the specified UnitQuaternion, yielding a UnitQuaternion.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public UnitQuaternion Multiply(
	UnitQuaternion quaternion
)

Parameters

quaternion
Type: AGI.Foundation.CoordinatesUnitQuaternion
The quaternion.

Return Value

Type: UnitQuaternion
The result of the multiplication.
Exceptions
ExceptionCondition
UnsupportedCaseException Thrown if the Axis of this ElementaryRotation is not First, Second, or Third.
See Also