Click or drag to resize

UnitQuaternion.Multiply Method (ElementaryRotation)

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

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public UnitQuaternion Multiply(
	ElementaryRotation rotation
)

Parameters

rotation
Type: AGI.Foundation.Coordinates.ElementaryRotation
The rotation by which to multiply this quaternion.

Return Value

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